How to Capture office 365 Calendar Events like cancel, move appointment

[亡魂溺海] 提交于 2019-12-13 07:18:43

问题


Is there any way to capture calendar events like Cancel or move from office365? 1. Can we use some kind of add in here which will keep on listening to these events and if user canceled some appointment it provide us those appointment details and we can pass it to our internal application.


回答1:


To me, it sounds like a better solution is to use REST API events to listen to updated calendar items (or created, deleted, etc.) and let your server application handle the events rather than have an add-in do it, especially since we do not have support for a "perpetual" add-in that is open all the time.

You can find more information here: https://msdn.microsoft.com/office/office365/api/calendar-rest-operations#Updateevents

To actually answer your question though, no, we do not have support for event listeners in the add-in platform as of yet.



来源:https://stackoverflow.com/questions/35772061/how-to-capture-office-365-calendar-events-like-cancel-move-appointment

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