Microsoft Graph Calendar API
A Microsoft API that helps customers navigate their day and enhance productivity.
763 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 explorer. I am attempting to get my calendar information using https://graph.microsoft.com/v1.0/me/calendar
.
I get this response:
{
"error": {
"code": "AuthenticationError",
"message": "Error authenticating with resource",
"innerError": {
"date": "2021-09-24T18:43:23",
"request-id": "c969e97f-df19-4394-8577-2f5b5304d40c",
"client-request-id": "5af3a5f5-1d19-1a7c-64d2-ccbab9d6a88e"
}
}
}
Thank you for reaching out.
Please check your subscription once. This could indicate that a subscription within the tenant has lapsed, or that the administrator for the tenant has disabled the application, preventing tokens from being issued for it which resulted in this error.
Hope this clarifies your doubt. Do upvote if you find my answer helpful.
Thanks.