I'm able query event data of a resource account using calendarView delta, I receive events as well as deltaLink. But when I use the deltaLink to fetch incremental changes, I'm getting 403 error. What am I doing wrong?

Sivaprasad Derangula 5 Reputation points
2024-04-30T09:29:57.7566667+00:00

Screenshot 2024-04-30 145705

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,772 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 37,466 Reputation points
    2024-05-01T03:23:34.43+00:00

    Hi @Sivaprasad Derangula

    If you are trying to get event deltas for other users, do not use Graph Explorer as this endpoint is only available in the application context.

    Please go to MS Entra ID, find your app and grant it the Calendars.Read application permission, then use the client credentials flow in Postman to request the access token and call the API endpoint.

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.