0

I have created a recurring event in Microsoft Outlook using REST call... Say for example the recurring event has 5 occurrence.. I wish to change the title of the 3rd instance alone.. How can I achieve it using REST call.?

Is it possible to use PATCH with the event id of the child event..

Hem
  • 11
  • 1

1 Answers1

0

Same answer as editing an occurence in a recurrence event in outlook calendar. Each instance has it's own ID which you can use in a PATCH request.

Jason Johnston
  • 17,194
  • 2
  • 20
  • 34