I am integrating Office 365 with my application. When I create an event on Office 365 Calendar, it sends emails to all the attendees. How to disable this? I don't want to send the mails when an event is created.
Asked
Active
Viewed 147 times
2 Answers
0
It looks like there is still no solution to this. You can follow this thread for more information: https://office365.uservoice.com/forums/286611-office-365-groups/suggestions/9532698-allow-calendar-appointments-to-be-created-without. Check the comments!

D. Gencheva
- 226
- 3
- 11
-
This is fixed. Look at my response – Yogesh Nov 02 '17 at 12:48
0
On MS Graph there is eventCreationOptions
on beta API versions. Look into this.
<ComplexType Name="eventCreationOptions">
<Property Name="saveToGroupCalendarOnly" Type="Edm.Boolean"/>
</ComplexType>

Yogesh
- 2,198
- 1
- 19
- 28
-
Its been removed now. [ChangeLog](https://developer.microsoft.com/en-us/graph/docs/concepts/changelog#april-2017) – Ujjawal Narayan Nov 06 '17 at 04:19
-
If you are referring to the following then that only applies to in tune: Removed the following complex types: applePushNotificationCertificateSetting eventCreationOptions – Yogesh Nov 06 '17 at 07:43