Get Common Id for Meeting Event

Dipika Das 141 Reputation points
2022-11-02T12:28:42.727+00:00

Hi,

As part of my task I want to save meeting Id into database to do some functionality. So, the problem now is "event Id" returning from get api (GET /me/calendar/events) are different for each user(attendees) to fetch a same meeting event. For example meeting event created with 4 people, so for these 4 user the event id's are different when they are calling get all api to get their own meeting.

I'm looking for some common Id or any other fields for the event that will not be different based on the user(attendees). Please let me know if anyone know anything, and let me know if I'm not able to make myself clear.

Thanks in Advance.
Dipika

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

Accepted answer
  1. Bhanu Kiran 3,526 Reputation points
    2022-11-02T22:29:33.54+00:00

    Hi @Dipika Das ,

    As per the event resource type documentation, the value changes when the item is moved from one to another mailbox.

    256476-immutableid.png

    Alternatively using the same endpoint, you can get iCalUid. The iCalUId returned by the Calendar event resource type in Microsoft Graph is defined as a unique, read-only identifier that is shared by all instances of an event across different calendars.
    Please refer to the documents for more details on iCalUID:
    https://developer.microsoft.com/en-us/office/blogs/microsoft-graph-calendar-events-icaluid-update

    Hope this helps,

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


0 additional answers

Sort by: Most helpful