Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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