Calling SaveAsync method sends email to attendees for existing appointment?

早过忘川 提交于 2019-12-08 10:50:39

问题


I just noticed following change related office js (in compose mode for outlook add-in),

Office.context.mailbox.item.saveAsync(function(result){..}

Previously calling saveAsync method inside Outlook Add-in was sending invitation email for new appointment or draft, could be due to recent fixes or changes now it won't send invitation email to attendees for new/draft appointment. But this change has introduced new BUG, now it sends email on existing appointment which was working fine previously.

Can anybody help me to avoid sending email in case saveAsync call, in case of update appointment, as my connector does the work of sending invitation?


回答1:


Manoj, there was indeed a recent change to behavior for new calendar items like you described. However, we are fairly certain that there was no change in behavior for existing calendar items - it used to send updates and it still does.

There is no concept of drafts in OWA calendar today, so there is no way for the user to make changes to an item and postpone sending an update. Because of this, we don't have a good story for this yet but we are looking into a solution to mitigate this



来源:https://stackoverflow.com/questions/44539712/calling-saveasync-method-sends-email-to-attendees-for-existing-appointment

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