Back to Devexpress

TcxSchedulerWebServiceStorageCustomProvider.CalendarID Property

vcl-cxschedulerwebservicestorage-dot-tcxschedulerwebservicestoragecustomprovider-536ac702.md

latest1.6 KB
Original Source

TcxSchedulerWebServiceStorageCustomProvider.CalendarID Property

Specifies the active online calendar by its ID.

Declaration

delphi
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

TcxSchedulerWebServiceStorageCustomProvider Class

TcxSchedulerWebServiceStorageCustomProvider Members

cxSchedulerWebServiceStorage Unit