Office365 日历 Api - 列出 Room 中的事件

Office365 Calendar Api - List events from Room

我想在 Office365 日历中列出房间中保留的所有会议。 我尝试使用 https://outlook.office.com/api/v2.0/users/{user mail address}/calendarview?startDateTime={start_datetime}&endDateTime={end_datetime} 但它 returns 错误 401 未经授权。 我尝试使用 https://outlook.office.com/api/beta/me/calendars/{calendar_id}/events 但它只有来自该日历实例的 returns 事件。 你们中有人有这方面的经验吗?

经过长时间的研究和大量的时间我发现使用 Exchange Web 服务是最好的解决方案。

更多关于 this link