Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,022 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Graph API to create calendar events. I have encountered following error on attempt to create calendar event.
"code":"RequestBodyRead","message":"The property 'subject' does not exist on type Microsoft.OutlookServices.Event'. Make sure to only use property names that are defined by the type or mark the type as open type.
I have been using the following POST request for the same.
https://graph.microsoft.com/v1.0/users/<user-id>/events
Am I doing something wrong ?
Is there any changes related to this ?