Brings a given appointment into view and selects it.

Syntax

Send_Message(CtrlEntId, "OLE.SelectAppt", ApptID)

Parameters

ParameterDescription
ApptIDKey to an existing appointment.

Remarks

The SelectAppt method changes the calendars current view to whatever day, week, or month contains the given appointment and makes it the selected appointment.

Example

// Select appointment 10002, which will also bring it into view
Send_Message(@Window:".OLE_CALENDAR", "OLE.SelectAppt", "10002") 
  • No labels