Office 365 REST API - Access meeting rooms calendars

前端 未结 2 1077
长发绾君心
长发绾君心 2020-12-16 18:41

Using the Office 365 API, we\'d like to allow users to view meeting rooms calendars and reserve them for events according to their permissions within Office 365.

I u

2条回答
  •  無奈伤痛
    2020-12-16 19:22

    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.

提交回复
热议问题