使用Microsoft Graph API BETA版本(https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/beta-overview)时遇到问题
我通过调用API端点(https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/event_get#http-request)来检索事件详细信息
https://graph.microsoft.com/beta/me/beta/me/events/{id}
返回一个事件资源,如下所述:https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/event
以后我想通过请求获取日历的详细信息
https://graph.microsoft.com/beta/me/events/{id}/calendar
它会导致一个有效的日历响应,其中包含我的默认日历,而不是直接在https://outlook.office.com/owa/?path=/calendar/view/Month中工作时该项目所属的日历
还有其他人遇到这个问题吗?尝试获取事件资源的日历信息时,使用API的正确方法是什么?
答案 0 :(得分:0)
我认为这个问题是
的重复Office365 Unified API,从事件ID获取日历ID (Office365 Unified API, get calendar ID from Events ID)
由@GiedriusL(Office365 Unified API, get calendar ID from Events ID)回答
在某些情况下可能还可以,但是如果您正在使用组日历,那将无济于事。