DisplayPeople (NotesUIScheduler - LotusScript®)

Read-write. Indicates if the scheduler display includes people.

Defined in

NotesUIScheduler

Data type

Boolean

Syntax

To get: flag = notesUIScheduler .DisplayPeople

To set: notesUIScheduler . DisplayPeople = flag

Legal values

  • True includes people.
  • False excludes people.

Example