Using Extended Properties in Events in Office 365 REST API

We are migrating an application that uses the EWS API to the new Office 365 REST API , mainly because it provides more flexible authorization. The current application uses extended properties to store information (identifiers internal to our applications) in Event objects.

The Office 365 Messaging API resource appears to implement advanced properties using the SingleValueExtendedProperties

and fields MultiValueExtendedProperties

. Is there a similar option for Event Resources ?

+3


source to share


1 answer


The extended properties are in preview right now and are not currently implemented in Events. We are working on this, so stay tuned. However, since this is in preview, remember that this could change.



Extended properties are now available in Events .

0


source







All Articles