accept (NotesCalendarEntry - Java)
Accepts a meeting entry or entries.
Defined in
NotesCalendarEntrySyntax
void NotesCalendarEntry.accept(String comments)
throws NotesException
void NotesCalendarEntry.accept(String comments, int scope, String recurid)
throws NotesException
| Parameter | Description |
|---|---|
| comments | Comments regarding a meeting change. |
| scope | The scope of a recurring operation:
|
| recurid | The recurrence identifier (RECURRENCE-ID item) for a recurring calendar event. The format of a recurrence identifier is a time in UTC format, for example, 20120913T160000Z. |
| Possible exception | Value | Text | Description |
|---|---|---|---|
| NotesError.NOTES_ERR_INVALIDID | 4757 | Invalid ID | The identifier for the NotesCalendarEntry object is not valid. |
| NotesError.NOTES_ERR_RECURID_NOTFOUND | 4808 | Recurrence-ID not found | The recurrence identifier for the NotesCalendarEntryobject is not valid. |
| 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 scope and recurid are missing for a recurring entry. |
Usage
This method deals with meeting entries, not notices.Language cross-reference
Accept method in LotusScript® NotesCalendarEntry class