0

Trying to read from another User's Calendar using Microsoft Graph.

Using the following GET in Graph Explorer, I get an HTTP 503 error returned:

https://graph.microsoft.com/v1.0/users/anotherUser@myCompany.com/events

Weird thing is that I can run this against myself and it lists my events as expected:

https://graph.microsoft.com/v1.0/users/myEmail@myCompany.com/events

I suspected it was a permissions issue, however I have checked and anotherUser@mycompany.com has full access delegated powers to myEmail@myCompany.com.

Any ideas?

Marc LaFleur
  • 31,987
  • 4
  • 37
  • 63
the_peacock
  • 399
  • 2
  • 5
  • 19
  • Possible duplicate of [Graph API - get events returning 500 internal server error](https://stackoverflow.com/questions/44182175/graph-api-get-events-returning-500-internal-server-error) – Marc LaFleur Oct 18 '17 at 20:14
  • 1
    @MarcLaFleur-Microsoft Hi, I just checked, it is a duplicate, and the answer on that thread also worked for me. thanks – the_peacock Oct 20 '17 at 14:56

0 Answers0