GetScheduleData (NotesUIScheduler - LotusScript®)

Refreshes the scheduling data in an embedded scheduler.

Defined in

NotesUIScheduler

Syntax

Call notesUIScheduler .GetScheduleData( [ flag ] )

Parameters

flag

Variable with one of the following integer values:

  • 1 (default) retrieves the scheduling data for all the participants.
  • 2 retrieves the scheduling data for new participants (newly added or not previously retrieved due to an error).

Usage

AddParticipant adds the name of the participant to the document without any scheduling information. Use GetScheduleData to add the participant's scheduling information.

Example