Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft graph API: finding event by iCalUid

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?

like image 798
gad0lin Avatar asked Dec 07 '25 06:12

gad0lin


1 Answers

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>'

like image 144
Dmitry Pimenov Avatar answered Dec 12 '25 11:12

Dmitry Pimenov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!