Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
ApptsList of appointments to be addedremoved.

Remarks

The RemoveAppts method removes appointments from the control. To use this method, simply pass an @FM delimited array of appointment keys.

...

Code Block
// Remove an appointment (assuming the key was passed in) 
rv = Send_Message(@Window:".OLE_SCHEDULE", "OLE.RemoveAppts", ApptKey)

See Also

AddAppts