Office 365 REST API - Access meeting rooms calendars

别来无恙 提交于 2019-11-29 04:22:36

The Graph API doesn't solve this problem, unfortunately. It has the same authentication limitations as the Outlook APIs. The good news is we are working on changes to enable this scenario, though I don't have any firm timeline.

Version 1.0 of Graph should be stable for production. It is not considered a "preview" or "beta", so you should be fine to use it.

You might take a look at the FindMeetingTimes feature and see if it helps. It's currently in preview. To view the details, use this link and then change it to view the Beta version of the article (top right in the main column): https://msdn.microsoft.com/en-us/office/office365/api/calendar-rest-operations#Findmeetingtimespreview

Details below from the article, but please use the link to get the latest:

Find meeting times (preview)

Find meeting time suggestions based on organizer and attendee availability, and time or location constraints.

This operation is currently in preview and available in only the beta version.

All the supported scenarios use the FindMeetingTimes action. FindMeetingTimes accepts constraints specified as parameters in the request body, and checks the free/busy status in the primary calendars of the organizer and attendees. The response includes meeting time suggestions, each of which is defined as a MeetingTimeCandidate, with attendees having on the average a confidence level of 50% chance or higher to attend.

Hope that helps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!