LOTUSSCRIPT/COM/OLE CLASSES
Represents an embedded scheduler in a document. See Adding an embedded scheduler for a discussion of embedded schedulers.
Note This class is new with Release 6.
Note This class is not supported in COM.
Containment
Contained by: NotesUIDocument
Contains: NotesDateRange, NotesDateTime
Properties
ColorLegend
DisplayAlternateNames
DisplayCheckboxes
DisplayHoursPerDay
DisplayMeetingSuggestions
DisplayParticipantStatus
DisplayPeople
DisplayResources
DisplayRooms
DisplayTwisties
Interval
MeetingIndicator
ScheduleGridStart
SchedulerName
TimeZone
Methods
AddParticipant
GetParticipants
GetScheduleData
RemoveParticipants
Events
OnIntervalChange
Access
Use GetSchedulerObject in NotesUIDocument to get an embedded scheduler. The embedded scheduler must be in the UI document and must be named.
Example See Also