Determines if an appointment is private.
Usage
Set_Property(CtrlEntID, "OLE.ApptIsPrivate[Key]", Value)
Values
Default: False
Remarks
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.
Example
// Flag appointment 10002 as private Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptIsPrivate[10002]", 1)