Is it possible to programmatically access the selected appointment (event) in outlook using Office Add In

萝らか妹 提交于 2021-02-08 11:45:24

问题


How to get the selected appointment data from outlook calendar Add Ins. I have added the Add Ins in Outlook calendar. I want to get the selected appointment ( event ) data. Because i need to display the selected event in Outlook Add Ins. Is this possible ? ( using javascript )


回答1:


You can use Office.js APIs to get the details of current item or mailbox. For selected item's data you can use Office.context.mailbox.item APIs. Please check the API reference doc for complete API set.



来源:https://stackoverflow.com/questions/64157819/is-it-possible-to-programmatically-access-the-selected-appointment-event-in-ou

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