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.GetCalendarList Method

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

#Declaration

Delphi
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