any update on this, im stuck with this error now,
curl --location 'https://graph.microsoft.com/v1.0/users/******@p.eu.g/calendar/events' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1...' \
--header 'Prefer: outlook.timezone="Pacific Standard Time"' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "Let'''s go for lunch",
"body": {
"contentType": "HTML",
"content": "Does noon work for you?"
``` },
"start": {
```sql
"dateTime": "2017-04-15T12:00:00",
"timeZone": "Pacific Standard Time"
``` },
"end": {
```sql
"dateTime": "2017-04-15T14:00:00",
"timeZone": "Pacific Standard Time"
``` },
"location":{
```sql
"displayName":"Harry'\''s Bar"
``` },
"attendees": [
```ruby
{
"emailAddress": {
"address":"******@gmail.com",
"name": "Rumaana"
},
"type": "required"
}
``` ],
"allowNewTimeProposals": false,
"isOnlineMeeting": true
}'
this is an example body only but in both original and example i get this
{
```scala
"error": {
"code": "ErrorAccessDenied",
"message": "Access is denied. Check credentials and try again."
}
```}