How can I get a calendar from its email address in MS Graph?

Sharon Gilmore 51 Reputation points
2024-07-31T15:28:42.5+00:00

I'm connecting to the MS Graph API to show a calendar; I have the calendar's email address but nothing else - is there a way to retrieve a calendar from the associated email address?

If there is, will I have permission to see the calendar (it's a public one within our organisation, but I may or may not be subscribed to it)?

Thanks.

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

Accepted answer
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2024-07-31T19:50:51.72+00:00

    Hi,

    Here is a useful reference I have prepared for another purpose using Graph API.

    Graph API

    In your case, please assign the Application permissions to the registered application as given below:8

    Then, you should be able to access the user calendar with the below graph url

    https://graph.microsoft.com/v1.0/users/******@domain.com/calendar/events

    Hope this helps.


    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.