有没有办法只在更新日历项的特定字段时获取 outlook 推送通知?
Is there a way to get outlook push notification, only when a specific field of calendar item is updated?
我按照 Outlook push notification documentation 订阅了日历通知。每当更改或删除日历项时,我都能收到推送通知。现在我只想在日历项目的特定属性 (example: To, Start time and End time properties)
更新或日历项目本身被删除时接收推送通知。
是否有任何API可用于实现上述场景?
这不受支持,挂钩的范围在对象级别(event
、user
等)。您不能订阅个人 属性。
我按照 Outlook push notification documentation 订阅了日历通知。每当更改或删除日历项时,我都能收到推送通知。现在我只想在日历项目的特定属性 (example: To, Start time and End time properties)
更新或日历项目本身被删除时接收推送通知。
是否有任何API可用于实现上述场景?
这不受支持,挂钩的范围在对象级别(event
、user
等)。您不能订阅个人 属性。