A calendar's name.

Usage

Set_Property(CtrlEntID, "OLE.CalendarName[Key]", Value)

Values

Any text.

Default: ""

Remarks

The CalendarName can be used to set or get a calendar's display name. You must pass a key for an existing calendar.

Example

// Set the name of the calendar whose key is PERSONAL
Set_Property(@Window:".OLE_CALENDAR", "OLE.CalendarName[PERSONAL]", "My Personal Calendar")
  • No labels