Calendar Event Update - no Email Notifications

Dan Kaplan` 36 Reputation points
2021-03-17T17:15:40.513+00:00

Hello Microsoft!

My service is using the Create Cal Event Resource here https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http

and then subsequent updates are made using the Update Cal Event Resource here https://learn.microsoft.com/en-us/graph/api/event-update?view=graph-rest-1.0&tabs=http

With our Calendar Events, attendees are regularly added to the event. So we hit the Update Resource and update the Attendees. This works, but on every update Organizers & Attendees are receiving email notifications for each Update.

Is there a way to have turn off these email notifications for Updating an Event?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,148 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Aleksandar (Saša) Gargenta 6 Reputation points
    2021-10-13T18:15:16.013+00:00

    Hey @Diana Wanjuhi ,

    I came across this thread while looking for the answer to the same question @Dan Kaplan` had. In fact, it seems that this comes up a lot. Here are just some of the examples:

    In our case, we have a Learning Platform that allows employees within an organization to enroll into events, which we then wish to sync with their Outlook calendar using the provided Graph API. Unfortunately, whenever we update an Outlook event to add a new attendee, the system sends email notifications to all of the existing attendees, which is interpreted as spam. As a result, we have had to use ICS-over-email form of calendar integration for all Outlook customers, which is not an optimal experience either. Note that Google Calendar API (with which we integrate as well) does not force these redundant email notifications, since it correctly assumes that these will be managed separately.

    Note, our events are not part of a recurring series, so the note you referred to in the answer above does not apply to us.

    So, is there a simple way to suppress all email notifications coming from the Outlook Graph API for calendar create/update/delete operations? If not, has this feature been requested/tracked somewhere (so that I can learn more about its status)? The feature request link you provided above returns a 404.

    Thank you!
    Saša

    1 person found this answer helpful.
    0 comments No comments

  2. Diana Wanjuhi 1,376 Reputation points
    2021-03-18T09:33:30.28+00:00

    Hello @Dan Kaplan` from the update documentation If the event you're updating is the master event of a recurring series, contains multiple attendees, and has instances that have been updated separately, multiple notification emails will be sent out: one for the master series and one per instance that has been updated. This is currently not available in graph, but you can file a feature request here requesting this functionality.

    I hope this helps,

    Diana.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.