I need to retrieve the attendee list from an organizer's calendar. To do this, I need to identify with certainty the same event in the another user's calendar.
Exchange is linking the related events, but that property might not be exposed over Microsoft Graph API and the Event id does not match.
So far I could identify that iCalUId does match. Of course, start and end dates should match also. The subject will most likely not match because rooms often transform this property.
Can anyone confirm, that
iCalUIdis always the same for related events in different calendars?Can I filter Microsoft Graph events by
iCalUIdproperty (or directly access it using this key)?
Update:
I have found this article, which theoretically confirms my first question. I would appreciate if somebody could confirm this based on practical experience.