The short summary description of an appointment.
Usage
Set_Property(CtrlEntID, "OLE.ApptSubject[Key]", Value)
Values
Any text.
Default: ""
Remarks
The ApptSubject can be used to set or get an appointment's short summary description. You must pass a valid appointment key.
Example
// Set the subject of appointment 10002 Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptSubject[10002]", "Board Meeting")