getOutstandingInvitations (NotesCalendar - Java)

Gets calendar notices that are outstanding invitations.

Syntax

java.util.Vector NotesCalendarNotice.getOutstandingInvitations()
	throws NotesException
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.

Language cross-reference

GetOutstandingInvitations method in LotusScript® NotesCalendarNotice class