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

TdxWebServiceCalendar Record

In This Article

Stores online calendar settings obtained from a connected account.

#Declaration

Delphi
TdxWebServiceCalendar = record

#Remarks

This record uses the following fields to store:

  • The calendar’s name and unique identifier in an account (Name and ID);

  • The time zone specified in the account settings (TimeZone);

  • The event and calendar background fill colors (EventColor and BackgroundColor);

  • The calendar’s read-only flag (ReadOnly).

Additionally, the TdxWebServiceCalendar record provides the following functions that allow you to:

  • Identify whether the record corresponds to a valid connected calendar (IsNull);

  • Create a new calendar record and populate its fields with the default values (CreateDefault);

  • Create a record that corresponds to an absent or invalid calendar (Null).

The online calendar list provides access to TdxWebServiceCalendar records via the Items property.

See Also