The currently selected appointments.
Usage
SelectedAppts = Get_Property(CtrlEntID, "OLE.SelAppts")
Values
Semi-colon delimited list of appointment keys.
Remarks
The SelAppts property is the list of currently selected appointments. Setting this property programmatically selects appointments. At any time, you can read this property to determine what is selected. If nothing is selected, this property is "".
This property is Read Only. Use SelectAppt to select an appointment.
Example
// Get the selected appointments SelectedAppts = Get_Property(@Window:".OLE_CALENDAR", "OLE.SelAppts")