getNotices (NotesCalendar - Java)

Gets calendar notices associated with an entry.

Defined in

NotesCalendarEntry

Syntax

java.util.Vector NotesCalendarEntry.getNotices()
	throws NotesException
Return value Description
java.util.Vector The notices, or null for no notices. Each vector element is of type NotesCalendarNotice.
Possible exception Value Text Description
NotesError.NOTES_ERR_NOTACCEPTED 4812 The invitation for this meeting has not yet been accepted You should locate the notice and accept, then try again.
NotesError.NOTES_ERR_IDNOTFOUND 4814 Identifier not found The recurrence identifier for the NotesCalendarEntry object does not identify an entry in the calendar, or the identifier for the NotesCalendarNotice object does not identify a notice in the calendar.