The details of an appointment.
Usage
Set_Property(CtrlEntID, "OLE.ApptBody[Key]", Value)
Values
Any text.
Default: ""
Remarks
The ApptBody can be used to set or get an appointment's detailed description. You must pass a valid appointment key.
Example
// Set the body of appointment 10001 Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptBody[10001]", "Don't forget to pick up dry cleaning on the way to work.")