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: