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