Skip to main content

Web Service Storage

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 Type Event Data Provider Class Compatible Authorization Agent Component
Google Services Google TcxSchedulerWebServiceStorageGoogleProvider TdxGoogleAPIOAuth2AuthorizationAgent
Microsoft Services Microsoft TcxSchedulerWebServiceStorageOfficeProvider TdxMicrosoftGraphAPIOAuth2AuthorizationAgent
See Also