calendarView work with shared meeting room account?

97 views Asked by At

Since I start working on MSGraph to extract all the meeting history data. I asked what's the best way. Now I know:

I tested it, but got error message:

{"code":"ErrorItemNotFound","message":"The specified object was not found in the store."}

what could be wrong?

1

There are 1 answers

0
Dev On

If i want to access the shared mailbox using Microsoft graph, i would try this:

GET graph.microsoft.com/v1.0/users{Alex-userId | Alex-userPrincipalName}/calendar/events

Please note that the sharing permissions (Calendars.Read.Shared or Calendars.ReadWrite.Shared) allow you to read or write events in a shared or delegated calendar. Before that i will make sure i have the enough permissions and follow the documentation.