Flags an existing entity as containing unassigned appointments.

Usage

Set_Property(CtrlEntID, "OLE.EntityUnassigned", Value)

Values

[True | False

Default: False

Remarks

The EntityUnassigned property determines whether or not an entitity contains unassigned appointments. This causes those appointment to never scroll out of view. In other words, the appointments' start and end times are ignored.

Example

// Make the entity whose key is UNASSIGNED, unassigned
Set_Property(@Window:".OLE_CALENDAR", "OLE.EntityUnassigned[UNASSIGNED]", 1)



  • No labels