Determines if an appointment is a meeting.
Usage
Set_Property(CtrlEntID, "OLE.ApptIsMeeting[Key]", Value)
Values
Default: False
Remarks
The ApptIsMeeting property can be used to set or get an appointment's IsMeeting flag. When set to true, a meeting icon will appear on the appointment.
Example
// Flag appointment 10002 as a meeting Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptIsMeeting[10002]", 1)