简体   繁体   English

如何识别该事件属于Microsoft graph API中的日历?

[英]How to recognize which calendar the event belongs in Microsoft graph api?

I am developing application that synchronize with microsoft calendar. 我正在开发与Microsoft日历同步的应用程序。 To get any changes on Microsoft calendar I use webHook service and every time receive new/deleted/updated events but I do not know which calendar the event belongs, even after I get full event from Microsoft and not only the ID. 为了获得Microsoft日历上的任何更改,我使用webHook服务,每次接收到新的/已删除/更新的事件,但是即使从Microsoft获得完整的事件,不仅是ID,我都不知道该事件属于哪个日历。

There are many calendars for user! 有很多日历供用户使用! How can I recognize id of calendar? 如何识别日历的ID?

事件资源具有calendar关系,因此您应该能够:

GET /me/events/{event-id}/calendar

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft Graph API,如何在 Outlook 日历中禁用按钮编辑和删除事件 - Microsoft Graph API, how to disable button edit and delete of event in Outlook Calendar 如何使用Graph API在Calendar Message中显示Calendar事件响应选项 - How to show Calendar event response options in Calendar Message with Graph API 如何使用 Microsoft Graph API 和 java 为用户获取日历事件 - How to fetch calendar events for a user using Microsoft Graph API with java Microsoft Graph API哪个版本 - Microsoft Graph API which version 在用户未登录时通过 Microsoft Graph API 访问日历 - Accessing calendar via Microsoft Graph API while the user is not signed in Microsoft Graph API 我无法访问我的日历 (ResourceNotFound) - Microsoft Graph API I can't access my calendar (ResourceNotFound) Microsoft Graph API 在 Outlook 日历上,无需检查内部私人事件 - Microsoft Graph API on Outlook calendar without checking inside private events 图 api 1.0 创建事件团队日历访问被拒绝 - graph api 1.0 create event team calendar access denied 如何发布Azure AD Graph API或Microsoft Graph API中的更新 - How updates in Azure AD Graph API or Microsoft Graph API are released 使用 Microsoft Graph 过滤事件消息 REST API - Filtering Event Messages using Microsoft Graph REST API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM