The ID of the parent calendar to which an appointment belongs.

Usage

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

Values

Any text.

Default: ""

Remarks

The ApptParentCalendar can be used to set or get an appointment's calendar. Appointments are always assigned to a calendar. If you have multiple calendars defined, you can use this property to move an appointment to another calendar.

Example

// Move appointment 10001 to the WORK calendar
Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptParentCalendar[10001]", "WORK")
  • No labels