Inquiry on Retrieving Organization-Wide Calendar Data Using Microsoft Graph API

Nithinjith Pushpakaran 0 Reputation points
2024-07-16T07:26:15.39+00:00

I am currently working on a project that requires accessing calendar data for an entire organization for the past few months. Our objective is to collect this data without needing to connect to each user's calendar individually. I am aware that this might involve complex permissions and potentially the use of batch requests.It will be helpful for any documentation, examples, or advice you can provide on achieving these goals. Our ultimate aim is to efficiently and securely harvest the organization's calendar records from Microsoft Graph API.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,767 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yakun Huang-MSFT 3,765 Reputation points Microsoft Vendor
    2024-07-16T09:10:44.3733333+00:00

    Hi @Nithinjith Pushpakaran

    Please try this request:

    GET https://graph.microsoft.com/v1.0/groups/{id}/events
    

    More details can be found at this link:

    https://video2.skills-academy.com/en-us/graph/api/group-list-events?view=graph-rest-1.0&tabs=http

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.