Can't use /me/calendar

Liam Young 1 Reputation point
2021-09-24T18:45:49.997+00:00

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"
        }
    }
}
Microsoft Graph Calendar API
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
891 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Choudhary 596 Reputation points Microsoft Employee
    2021-09-28T07:51:50.13+00:00

    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.

    0 comments No comments