The location description of an appointment.

Usage

Set_Property(CtrlEntID, "OLE.ApptLocation[Key]", Value)

Values

Any text.

Default: ""

Remarks

The ApptLocation can be used to set or get an appointment's location description. You must pass a valid appointment key.

Example

// Set the location of appointment 10002
Set_Property(@Window:".OLE_CALENDAR", "OLE.ApptLocation[10002]", "Conference Room")
  • No labels