简体   繁体   English

在Outlook 365加载项中捕获“ onChange”事件

[英]catching “onChange” event in outlook 365 add-in

I like to catch an onchange event in outlook 365. In particularly if the time changes. 我喜欢在Outlook 365中捕获一个onchange事件。尤其是在时间变化的情况下。 I can't find any documentation on the subject. 我找不到有关该主题的任何文档。

I have seen other add-ins like "FindTime" from microsoft do it. 我已经看到其他类似Microsoft的加载项,例如“ FindTime”。 If you add an attendee, the add-in detects it and updates. 如果您添加与会者,则外接程序会检测到并更新。 Also an add-in like "uber ride reminder", if you change the time it checks if its in the past of future. 如果您更改时间,它还会检查诸如“超车提醒”这样的加载项,以检查它是否在过去。

How do these add-ins hook up there events? 这些加载项如何关联那里的事件?

api reference api参考

is there another way to do this? 还有另一种方法吗?

I believe they are using Webhooks: 我相信他们正在使用Webhooks:

http://graph.microsoft.io/en-us/docs/api-reference/v1.0/resources/webhooks http://graph.microsoft.io/zh-CN/docs/api-reference/v1.0/resources/webhooks

Otherwise I'm with you - there needs to be way more events in the JavaScript for Office/Mail API 否则,我会与您在一起-Office / Mail API的JavaScript中必须有更多事件

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

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