【发布时间】:2017-04-13 13:13:49
【问题描述】:
在我用新的 office.js API 编写的 Outlook 插件的主要撰写表单中,我希望能够保存未保存的约会。
我所说的未保存是指用户双击日历,写了一些关于该主题的数据并且没有点击“保存”,只是通过打开撰写表单直接进入我的加载项。
当我打电话时
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 上。
【问题讨论】:
标签: outlook ms-office outlook-addin office-js outlook-web-app