【问题标题】:How to get free and busy rooms details in microsoft graph API for particular time period?如何在 microsoft graph API 中获取特定时间段的空闲和忙碌房间详细信息?
【发布时间】:2019-02-03 14:15:55
【问题描述】:

是否有任何可用的 microsoft office graph API 可供我获取可用和繁忙的会议室详细信息。

我的要求是我将传递一些开始日期时间和结束日期时间,并期望所有可用和繁忙的房间列表。

据我所知,我们可以添加房间外观门户管理部分。

我浏览了下面的 findRoomLists 和 findrooms API,它们只是提供房间信息,而不是忙/闲状态。 我也想要状态图 API 中有没有可用的功能。

https://graph.microsoft.com/beta/me/findRoomLists https://graph.microsoft.com/beta/me/findRooms 已通过以下链接,但没有帮助。

How to display a list of available meeting rooms at present using Microsoft Graph API

Can't get all busy times of meeting rooms using the Office365 Calendar API

谢谢 阿杰·蒂瓦里

【问题讨论】:

标签: microsoft-graph-api


【解决方案1】:

经过大量搜索,我发现微软有一个 API 可以做这件事。见https://docs.microsoft.com/en-us/graph/api/calendar-getschedule?view=graph-rest-beta

描述说

获取一组用户、分发列表或资源在指定时间段内的忙/闲可用性信息。

但有一个问题,它处于测试阶段,您必须小心在生产中使用它。但目前它运行良好。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-01-12
    • 2019-09-30
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多