We have an Office 365 add in for Outlook in which, events created in our system are pushed into Outlook through the MS Outlook Calendar Event API. Since we already send the participants - notifications when we create the event in our system, the subsequent push to Outlook Calendar through the API - also generates a similar such notification - causing all the participants to be notified again.
I wanted to check if there is a way to suppress these notifications during Outlook create Event calls - either through a property setting in the payload ("sendNotifications" : false) or through any general mailbox/Calendar setting at the user level or admin level.