1

We are using Microsoft graph calendar API for creating an event in the Microsoft(outlook) calendar. We don't want to send default RSVP mail of calendar event invitations to the user so,
Is there any way to stop this email by using android?

In the Google calendar event, we can stop email notifications by setSendNotifications(false)
i.e.,
mService.events().insert(calendarId,event).setSendNotifications(false).execute();

Kindly suggest how can we achieve it?

enter image description here

enter image description here

Thanks in advance.

M123
  • 1,203
  • 4
  • 14
  • 31
  • Does this answer your question? [Outlook Mail REST API: send message with attachment](https://stackoverflow.com/questions/32198237/outlook-mail-rest-api-send-message-with-attachment) – Uncle Roger May 11 '22 at 12:04
  • @LalremLianBTlung Unfortunately No. We are using `POST https://graph.microsoft.com/v1.0/me/calendar/events` API to create an event. Microsoft automatically sends that RSVP email to all invitees to the event. we need to stop that email. – M123 May 11 '22 at 12:25

0 Answers0