Currently, when using the Outlook Calendar API to create events, there are limitations regarding the emails sent to attendees. Specifically:
- You cannot customize the email template that Outlook sends.
- You cannot send different emails to different attendees.
- There is no official flag or parameter that disables Outlook from sending invitations.
As a result, if you create an event using the Create Event API (POST /users/{id}/events or POST /me/events), Outlook will automatically trigger its built-in invitation email workflow without any options for customization or suppression of these notifications.
For a more tailored solution, features such as a boolean flag to suppress notifications or the ability to customize email templates would be necessary, but these are not currently available in the API.