You can update one of the instances from a recurring reservation by specifying the OccurrenceID in place of Event ID:
https://graph.microsoft.com/v1.0/users/<<ResourceName>>/events/<<OccurrenceID>>.
Thanks,
Tirumala Damacharla
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Is there a way to update only one instance of the recurring series?
If I work with the master id all the events get updated automatically but in outlook I can only update the master and leave the rest as they were.
Can anyone help me how to only update the master and leave the rest with Graph API?
Thank you,
Bogi
You can update one of the instances from a recurring reservation by specifying the OccurrenceID in place of Event ID:
https://graph.microsoft.com/v1.0/users/<<ResourceName>>/events/<<OccurrenceID>>.
Thanks,
Tirumala Damacharla
I haven't worked on the exact scenario. Being said that if the event you're updating is the master event of a recurring series, contains multiple attendees, and if it has instances that have been updated separately - you will see multiple notification emails will be sent out; one for the master series and one per instance that has been updated.
Thank you for your answer.
Unfortunately only the slave events have OccurrenceIDs the master event doesn't return me one when I create the event.
I can edit the slave events without any issues, but not the master. The edit for the masterId always changes every event in that series.\
Can you tell me how to get the occurrenceId for the master?
BEst regards,
Bogi
Hi,
You can get Occurrence Details using the Event ID and Instance Start Time and End Time.
For Ex:
https://graph.microsoft.com/v1.0/users/<<RESOURCENAME>>/events/<<EVENTID>>/instances/?startDateTime=2021-08-01T08:00:00.0000000&endDateTime=2021-08-10T10:00:00.0000000
Here StartDateTime is the Reservation Instance Start Time, and endDateTime is the Reservation Instance End Time.
If you want to connect, send me an email: tirumala.damacharla@Stuff .com.
Regards,
Tirumala Damacharla