简体   繁体   中英

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

I am developing application that synchronize with microsoft calendar. 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.

There are many calendars for user! How can I recognize id of calendar?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM