Forum Discussion
diegoSpace
Apr 14, 2020Brass Contributor
"The OData request is not supported" when creating an Event in Teams with Graph API
I am trying to create an event with Graph API from my Teams bot. I get a token for my app with POST https://login.microsoftonline.com/%7Btenant ID}/oauth2/v2.0/token The token is valid sinc...
Jennifer1988
Oct 14, 2020Copper Contributor
diegoSpace you need to user POST method instead of PUT. and the userId is your email address 。and the correct request is as below.
the wrong demo is like :