Is it possible to create an event with Graph APIs without sending the calendar invitation to the attendees? I am using this create event endpoint, but I cannot prevent the invitation from being sent to the attendees. In EWS, there is an option to disable that: SendInvitationsMode.SendToNone
Is it possible to create an event with Graph APIs without sending the calendar invitation to the attendees? I am using this create event endpoint, but I cannot prevent the invitation from being sent to the attendees. In EWS, there is an option to disable that: SendInvitationsMode.SendToNone
1 Answer
Reset to default 0Currently, Microsoft Graph API does not provide a direct way to create an event without sending invitations to the attendees. This is by design. The endpoint is designed to send invitations when an event is created and for consistency and user experience-the API provides users a consistent experience by notifying them to ensure they can manage their calendars effectively.