Question

i am facing a problem when trie to get a room using graph api. I already had two rooms created on my exchange environment and the request works just fina when i search their events with the request bellow

https://graph.microsoft.com/v1.0/users/room3@email.com.br/events

but then i created a new room and when i try to get with the same request

https://graph.microsoft.com/v1.0/users/room4@email.com.br/events

it gets the error:

{    "error": 

        {        "code": "DelegatedCalendarAccessDenied",        

                 "message": "Access is denied. Check credentials and try again.",        

                 "innerError": {            

                                         "request-id": "cb059196-02df-4186-bf35-a5fd1d184b30",            

                                         "date": "2019-08-22T20:14:48"       

                 }    

        }

}

What king of permission am i missing? Because it working with other rooms. Just new ones gets this erro.

Was it helpful?

Solution

I find out how to make it work. I just have to access the calendar of the room i created by following the steps:

enter image description here

enter image description here

enter image description here

After that, i just have to wait few hours for this to work.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top