Office.js - Outlook - 使用 saveAsync 保存未保存的约会

Office.js - Outlook - saving a unsaved appointment using saveAsync

在我使用新 office.js API 编写的 Outlook 加载项的主要撰写表单中,我希望能够保存未保存的约会。

我所说的未保存是指用户双击日历,写了一些关于该主题的数据,但没有点击 "Save" 只是通过打开撰写表单直接进入我的加载项。

当我打电话 Office.context.mailbox.item.saveAsync 我正在为用户显示以下错误:

Error: the event couldn't be created on the server. Please try again.

弹出窗口显示类似的消息:

Couldn't create the following event: [EVENT_NAME]

关于如何保存此活动的提示?

上述行为发生在 Outlook Web App 上。

请取消选中约会撰写表单上的“全天”复选框,然后调用 saveasync,它应该可以工作。这恰好是我们正在解决的一个已知问题。

All Day Checkbox on compose appointment