【发布时间】:2016-05-23 20:14:18
【问题描述】:
我正在尝试为 Office365 创建命令插件。这应该在日历项目表单上创建一个按钮。最好是在线和 Outlook 程序中。
我正在尝试使用 Yeoman Office 项目生成器。
https://github.com/OfficeDev/generator-office
我选择:
- Appointment attendee
然后
Add buttons to: (Press <space> to select)
❯ Default tab
这是创建的清单文件:http://pastebin.com/tpXs3Dkv
我认为这应该在表单中添加按钮,但我没有看到任何按钮,尽管我已经添加了插件。
我希望按钮出现在这里: https://www.evernote.com/shard/s29/sh/42e2d473-fc76-49d1-ba5c-164e84308e45/fb981692359f71b9986f68b6ac25e91a
这是可能的还是 MS 不支持?
我也尝试了这个示例项目:https://github.com/OfficeDev/Outlook-Add-in-BillMaker,但它也没有创建任何按钮。
【问题讨论】:
标签: office365