GetOutstandingInvitations (NotesCalendar - LotusScript®)
Gets calendar notices that are outstanding invitations.
Defined in
NotesCalendarNoticeSyntax
Set invitationsVariant = notesCalendarNotice.GetOutstandingInvitations( )Return value | Description |
---|---|
Variant |
The notices, or an empty array for no notices. Each array element is of type NotesCalendarNotice. |
Usage
This method returns unprocessed notices for a meeting, such as reschedules, informational updates, cancellations, and confirmations. The meeting invitation must be responded to.For recurring meetings, notices that apply to any instance are returned.