Back to Devexpress

Web Service Storage

vcl-151028-expressscheduler-concepts-persisting-data-web-service-storage.md

latest2.1 KB
Original Source

Web Service Storage

  • Aug 02, 2022

The web service storage component allows the associated Scheduler control to display, manage, and synchronize user events persisted in calendars provided by online services. The component works with each calendar as an individual resource. The resource, in turn, connects to a calendar via the event data provider that supports the target account’s data access API. To be able to manage event data, the data provider requires a compatible authorization agent component that authenticates and authorizes your application in an account.

The following table lists account types supported by OAuth 2.0-compatible DevExpress event data providers and authorization agents:

Supported Online Account TypeEvent Data Provider ClassCompatible Authorization Agent Component
GoogleTcxSchedulerWebServiceStorageGoogleProviderTdxGoogleAPIOAuth2AuthorizationAgent
MicrosoftTcxSchedulerWebServiceStorageOfficeProviderTdxMicrosoftGraphAPIOAuth2AuthorizationAgent

See Also

Overview