简体   繁体   English

在Office 365 REST API中使用事件的扩展属性

[英]Using extended properties on Events in Office 365 REST API

We are in the process of migrating an application that uses the EWS API to the newer Office 365 REST API , mainly because it provides more flexible authorization options. 我们正在将使用EWS API的应用程序迁移到较新的Office 365 REST API ,主要是因为它提供了更灵活的授权选项。 The current application uses extended properties to store information (identifiers internal to our applications) on Event objects. 当前应用程序使用扩展属性在Event对象上存储信息(我们的应用程序内部的标识符)。

The Office 365 Message API resource seems to implement extended properties using SingleValueExtendedProperties and MultiValueExtendedProperties fields. Office 365 Message API资源似乎使用SingleValueExtendedPropertiesMultiValueExtendedProperties字段实现扩展属性。 Is a similar option available for Event resources ? 是否有类似的选项可用于事件资源

Extended properties are in preview right now, and they're not currently implemented on Events. 扩展属性现在处于预览状态,并且它们当前未在事件上实现。 We are working on that, so stay tuned. 我们正在努力,敬请期待。 However since this is in preview, bear in mind things could change. 但是,由于这是预览,请记住事情可能会改变。

Extended properties are now available on Events . 现在可以在事件中使用扩展属性

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM