question

PriyadarshineeArpitaexternal-7526 avatar image
0 Votes"
PriyadarshineeArpitaexternal-7526 asked

The property 'subject' does not exist on type Microsoft.OutlookServices.Event'

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 ?



microsoft-graph-mailmicrosoft-graph-calendar
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers