Office 365 REST API list resources (meeting rooms)

后端 未结 1 1737
孤街浪徒
孤街浪徒 2020-12-16 03:04

I have a question about Office365 REST API. Is there a way to obtain list of resources - meeting room calendars.

I can only get meetings that will take place in room

相关标签:
1条回答
  • 2020-12-16 03:40

    You can use the Azure AD Graph API to query the list of users. However, there is no field in the API that marks a user as being a conference room. Depending on how your organization creates and names rooms, maybe you can find a filter that will only return rooms.

    After that, it's just a matter of implementing the client credential flow so you can access multiple mailboxes.

    0 讨论(0)
提交回复
热议问题