Hi team,
We are observing that when perform the update on an event in the default calendar using api : PATCH /users/{id | userPrincipalName}/calendar/events/{id}
, the original attendees get replaced with the attendees sent in the request body of patch .
the update operation is replacing the attendees and and not adding the new attendees with the update operation.
Can you please guide how can we correct this ?
Thanks,