Skip to main content

TdxWebServiceCalendar Record

Stores online calendar settings obtained from a connected account.

Declaration

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