How to avoid sending email notification on /events api

Divyanshu Gupta 0 Reputation points
2024-07-21T10:39:10.44+00:00

I want to avoid sending notification while creating an videointerview event using mentioned api.
I have tried using https://graph.microsoft.com/v1.0/me/events?sendNotification=false, but after creating event notification is still getting send.

I have the mentioned access on token:

 Calendars.Read
- Calendars.Read.Shared
- User.ReadBasic.All
- User.Read # for personal accounts
- Contacts.Read.Shared
- Contacts.Read
- Calendars.ReadWrite.Shared
- offline_access
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,002 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2024-07-21T10:39:10.4433333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To avoid sending email notifications while creating an event using the Microsoft Graph API, you can use the sendNotification query parameter and set it to false. However, based on the user's experience, this approach did not work. It is possible that the sendNotification parameter is not supported for the specific type of event being created. Alternatively, there may be an issue with the API call itself.

    Without additional information, it is difficult to determine the exact cause of the issue. It is recommended to review the API documentation and ensure that the correct parameters are being used. Additionally, it may be helpful to reach out to Microsoft support for further assistance.


    References:


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.