Office 365 REST API - 阻止全球与会者在新日历邀请中更新
Office 365 REST API - prevent global attendee updates on new calendar invite
我正在使用 Office 365 日历 REST API(特别是 "Update Events" 电话)来添加和删除与会者。想要添加受邀者而不触发对所有与会者的更新。
文档明确指出:
"If the user is the organizer, the server sends meeting updates to all attendees."
太棒了。但是如何禁用此行为?
EventResource 上的 isOrganizer
标志似乎没有任何作用。
EWS API 有一个 SendInvitationsMode 标志,这基本上是我正在寻找的行为:
是否可以禁止使用 REST API 向每位与会者发送新邀请?
很遗憾,您无法禁用它。不过,这是我们未来要添加的路线图。
我正在使用 Office 365 日历 REST API(特别是 "Update Events" 电话)来添加和删除与会者。想要添加受邀者而不触发对所有与会者的更新。
文档明确指出:
"If the user is the organizer, the server sends meeting updates to all attendees."
太棒了。但是如何禁用此行为?
EventResource 上的 isOrganizer
标志似乎没有任何作用。
EWS API 有一个 SendInvitationsMode 标志,这基本上是我正在寻找的行为:
是否可以禁止使用 REST API 向每位与会者发送新邀请?
很遗憾,您无法禁用它。不过,这是我们未来要添加的路线图。