Microsoft Graph API: can't list recurring events of a meeting room

和自甴很熟 提交于 2019-12-01 04:36:36

I found the solution, calendarView method is listing all events for a given time range in ISO 8601 format

https://graph.microsoft.com/v1.0/users/<meeting room email>/calendarView/?endDateTime=2015-12-28T22:23:00Z&startDateTime=2015-12-28T00:00:00Z

List calendarView Reference

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