Skip to main content

TcxSchedulerWebServiceStorageCustomProvider.CalendarID Property

Specifies the active online calendar by its ID.

Declaration

property CalendarID: string read; write;

Property Value

Type
string

Remarks

A connected online account can have multiple calendars while the data provider synchronizes event data between the web service event persistence manager and a single calendar at a time. To select the required calendar for use as the event data source, assign its ID to the CalendarID property. You can call the GetCalendarList function to obtain the list of all calendars (including their IDs) available in the connected account.

The default CalendarID property value is an empty string.

See Also