Determines if an appointment is private.
Set_Property(CtrlEntID, "OLE.ApptIsPrivate[Key]", Value) |
Default: False
The ApptIsPrivate property can be used to set or get an appointment's IsPrivate flag. When set to true, a lock icon will appear on the appointment.

// Flag appointment 10002 as private Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptIsPrivate[10002]", 1) |