You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.ApptBody[10002]", "Conference Room")
  • No labels