I am updating a group calendar event using Graph API.
PATCH https://graph.microsoft.com/v1.0/groups/{group-id}/events/{event-id}
What is the issue here?
My current workaround is, to generate a random number which I pass as location - as fortunately, I don't need the location field in the event. But I might need it in the future and thats the most stupid workaround ever.
Summarize the comment here so that the question can be treated as answered.
You are right. The update of body/content
won't be sent to the O365 group attendee.
Attendee who is a user or shared mailbox will receive the update of body/content
.
However, as this requirement is reasonable, you could post your idea in Microsoft Graph User Voice.