2
votes

I would like to decline one instance of recurring meeting. I only have masterSerieId, iCalId, time of that instance.

Do you know how I could cancel that instance?

Do I have to query using masterId and time of the instance to find event id or there is a way I would just find eventId using iCalId?

1

1 Answers

6
votes

You can use OData query options to filter on just the event that has that particular iCalUId.

For instance: GET https://graph.microsoft.com/v1.0/me/events?$filter=iCalUId eq '<your iCalUId>'