The optional status for the appointment.
Usage
Set_Property(CtrlEntID, "OLE.ApptBusyStatus[Key]", Value)
Values
One of five options: "Unknown", "Free", "Tentative", "Busy", or "OutOfOffice".
Default: "Unknown"
Remarks
The ApptBusyStatus can be used to set or get an appointment's optional status. By default, an appointment status is "Unknown."
Unknown
Free
Tentative
OutOfOffice
Example
// Set the status of the appointment to Out of Office Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptBusyStatus[10001]", "OutOfOffice")