Forum Discussion
livecid7692b37964fb
May 13, 2021Copper Contributor
Facing some error when creating event ?
Error "UnableToDeserializePostBody" when trying to create calendar event(Microsoft Teams) through Outlook 1.0 API Hi Team, I am trying to create a microsoft teams meeting using graph API(post). I...
Jagadeesh-MSFT
May 17, 2021Former Employee
Hi livecid7692b37964fb, could you please verify the https://docs.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http document and consent all application level permissions.
livecid7692b37964fb
May 18, 2021Copper Contributor
I have gave all permission and meeting schedule on skype but i need to schedule on microsoft team...
- Jagadeesh-MSFTMay 20, 2021Former EmployeeCould you share the error details with us.
- livecid7692b37964fbMay 20, 2021Copper ContributorShow Errror:
body: {
error: {
code: 'UnableToDeserializePostBody',
message: 'were unable to deserialize '
}
}- Jagadeesh-MSFTMay 20, 2021Former Employeecould you please share the request body, so that i can try it from my end