Not getting event "id" inside resource data or encrypted data for Rich Notifications for calendar Recurring event, only getting seriedMasterId.

Brandon Pedersen 5 Reputation points
2024-09-02T03:42:14.2866667+00:00

Hello ,

UseCase : Setting subscriptions with resource data (Rich notifications) for Calendar "events",

To get updates for calendar events.

How :

while setting up subscription, i m providing : $select=id,start,end,subject,showAs";

but, when receiving notification : id is not present inside encrypted data, but other things are present.

"id" present inside resourceData is actually seriesMasterId for recurring events.

am i missing something while creating subscription ??

or is there any way i can get individual event id (for recurring events) in notifications ??

Thanks.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,704 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,830 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rahul Lanjewar 0 Reputation points
    2024-09-05T00:42:00.47+00:00

    according to this, it seems like odata.id is the actual event id

    User's image

    You can read more here :-
    https://video2.skills-academy.com/en-us/graph/outlook-change-notifications-overview#receive-notifications-without-resource-data


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.