java - Using extended properties on Events in Office 365 REST API -
we in process of migrating application uses ews api newer office 365 rest api, because provides more flexible authorization options. current application uses extended properties store information (identifiers internal our applications) on event objects.
the office 365 message api resource seems implement extended properties using singlevalueextendedproperties
, multivalueextendedproperties
fields. similar option available event resources?
extended properties in preview right now, , they're not implemented on events. working on that, stay tuned. since in preview, bear in mind things change.
Comments
Post a Comment