Use of Custom Properties from calendar events in Outlook 365

天涯浪子 提交于 2020-06-29 18:47:31

问题


I created an Outlook Add-In using JavaScript Office to store custom properties into a calendar event. I used the following call to retrieve data: event.loadCustomPropertiesAsync(callback) Everything works fine in the Add-In.

I want to build a Universal App and be able to retrieve the same data. But I can't find anything to do it with the current API or Graph. Is it being developed ? Can someone point me in the right direction to solve my problem? How can we get the Graph Beta version?

Thanks

来源:https://stackoverflow.com/questions/38466982/use-of-custom-properties-from-calendar-events-in-outlook-365

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