The ID of the parent calendar to which an appointment belongs.
Set_Property(CtrlEntID, "OLE.ApptParentCalendar[Key]", Value) |
Any text.
Default: ""
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.
// Move appointment 10001 to the WORK calendar Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptParentCalendar[10001]", "WORK") |