getOutstandingInvitations (NotesCalendar - JavaScript™)
Gets calendar notices that are outstanding invitations.
Defined in
NotesCalendarNoticeSyntax
getOutstandingInvitations()
: java.util.Vector| Return value | Description |
|---|---|
java.util.Vector |
The notices, or null for no
notices. Each vector 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.
LotusScript® syntax
NotesCalendarNotice.GetOutstandingInvitations() As VariantJava™ syntax
java.util.Vector NotesCalendarNotice.getOutstandingInvitations()