Skip to main content

TcxSchedulerWebServiceStorageCustomProvider.GetCalendarList Method

Returns the list of calendars obtained from the connected online account.

Declaration

function GetCalendarList: TdxWebServiceCalendarList;

Returns

Type
TdxWebServiceCalendarList

Remarks

Call this function to obtain information on all calendars within the connected online account. The GetCalendarList function returns an empty collection if the event data provider does not have a valid authorization agent or the agent is not authorized in an online account.

The data provider can synchronize event data between its web service event persistence manager and only a single calendar within the returned list at one time. Use the CalendarID property to select the required calendar by its ID. The selected calendar’s information is available via the Calendar property.

Note

No changes made within the returned calendar list affect the connected online account. No currently available online event data provider implementations allow you to manage calendar lists and properties in supported online accounts.

See Also