TcxSchedulerWebServiceStorageCustomProvider.Calendar Property
Provides access to information on an online calendar selected as the event data source.
Declaration
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