How to get change notification from calendar over graphAPI

sj00102 0 Reputation points
2024-06-20T09:44:19.79+00:00

Is there an option available to subscribe notification when calendar events is created,changed or removed? I would like to get it "realtime" without querying in a same way as when Teams presence changes but I can´t see if that would be possible

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

2 answers

Sort by: Most helpful
  1. Sourabh Gupta 795 Reputation points Microsoft Vendor
    2024-06-22T11:58:10.85+00:00

    Hi sj00102,

    Thanks for reaching out.

    you can refer to this link below, https://learn.microsoft.com/en-us/graph/api/resources/change-notifications-api-overview?view=graph-rest-1.0

    which talks about following

    Outlook event Changes to all events in a user's mailbox: /users/{id}/events , /me/events A maximum of 1,000 active subscriptions per mailbox for all applications is allowed.
    Outlook event Changes to all events in a user's mailbox: /users/{id}/events , /me/events A maximum of 1,000 active subscriptions per mailbox for all applications is allowed.
    0 comments No comments

  2. Sourabh Gupta 795 Reputation points Microsoft Vendor
    2024-06-22T12:01:21.5366667+00:00

    Hi

    Thanks for reaching out,

    You can refer to this link to get details about having change notification for outlook events

    https://learn.microsoft.com/en-us/graph/api/resources/change-notifications-api-overview?view=graph-rest-1.0

    Outlook event Changes to all events in a user's mailbox: /users/{id}/events , /me/events A maximum of 1,000 active subscriptions per mailbox for all applications is allowed.
    Outlook event Changes to all events in a user's mailbox: /users/{id}/events , /me/events A maximum of 1,000 active subscriptions per mailbox for all applications is allowed.
    0 comments No comments