A calendar's name.
Set_Property(CtrlEntID, "OLE.CalendarName[Key]", Value) |
Any text.
Default: ""
The CalendarName can be used to set or get a calendar's display name. You must pass a key for an existing calendar.
// Set the name of the calendar whose key is PERSONAL Set_Property(@Window:".OLE_CALENDAR", "OLE.CalendarName[PERSONAL]", "My Personal Calendar") |