Skip to main content

DisplayParticipantStatus (NotesUIScheduler - LotusScript)

Read-write. Indicates if the scheduler display includes participants' status.

Defined in

NotesUIScheduler

Data type

Boolean

Syntax

To get: flag = notesUIScheduler .DisplayParticipantStatus

To set: notesUIScheduler .DisplayParticipantStatus = flag

  • True includes participant status.
  • False excludes participant status.

Example