Removes one or more appointments from the control.
Syntax
rv = Send_Message(Ctrl, "OLE.RemoveAppts", Appts)
Parameters
Parameter | Description |
---|---|
Appts | List of appointments to be removed. |
Remarks
The RemoveAppts method removes appointments from the control. To use this method, simply pass an @FM delimited array of appointment keys.
Example
// Remove an appointment (assuming the key was passed in) rv = Send_Message(@Window:".OLE_SCHEDULE", "OLE.RemoveAppts", ApptKey)