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

TcxSchedulerWebServiceStorageCustomProvider.Calendar Property

Provides access to information on an online calendar selected as the event data source.

#Declaration

Delphi
property Calendar: TdxWebServiceCalendar read;

#Property Value

Type
TdxWebServiceCalendar

#Remarks

You can use this property to access settings of the calendar whose ID is assigned to the CalendarID property. The Calendar property returns a TdxWebServiceCalendar record populated with the default field values if at least one of the following conditions is met:

  • The event data provider has no valid authorization agent (that is, the AuthorizationAgent property is set to nil) or the agent is not authorized in an online account;

  • The connected online account does not have a calendar corresponding to the ID value assigned to the CalendarID property.

See Also