modifyInvitees (NotesCalendarEntry - Java)
Adds or removes invitees in the calendar entry or entries.
Defined in
NotesCalendarEntrySyntax
void modifyInvitees(java.util.Vector requiredNames, java.util.Vector optionalNames,
java.util.Vector fyiNames, java.util.Vector RemoveNames)
throws NotesException;
void modifyInvitees(java.util.Vector requiredNames, java.util.Vector optionalNames,
java.util.Vector fyiNames, java.util.Vector RemoveNames, String comments)
throws NotesException;
void modifyInvitees(java.util.Vector requiredNames, java.util.Vector optionalNames,
java.util.Vector fyiNames, java.util.Vector RemoveNames, String comments, int flags)
throws NotesException;
void modifyInvitees(java.util.Vector requiredNames, java.util.Vector optionalNames,
java.util.Vector fyiNames, java.util.Vector RemoveNames, String comments, int flags, int scope,
String recurID)
throws NotesException;
| Parameter | Description |
|---|---|
| requirednames | Vector. List of users to add to the specified entry (or entries) as a Required attendee. |
| optionalNames | Vector. List of users to add to the specified entry (or entries) as a Optional attendee. |
| fyiNames | Vector. List of users to add to the specified entry (or entries) as a FYI attendee. |
| removeNames | Vector. List of users to remove in the specified entry (or entries) |
| comments | Optional. String. Comments to include on the outgoing notice(s) to organizer or participants |
| flags | Optional. Int. Flags - Only CAL_ACTION_UPDATE_ALL_PARTICIPANTS is allowed, default value : 0 |
| scope | Optional. Int. The scope of a recurring operation:
|
| recurid | String. 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 (lsxbeerr.lss) | Description |
|---|---|
| A required argument has not been provided(4323) | The argument does not exist or with wrong type |
| NotesCalendar error(4805) | General Notes calendar error |
| Recurrence-ID not found (4808) | The meeting recurrence specified by recurid does not exist. |
Language cross-reference
ModifyInvitees in LotusScript NotesCalendarEntry class
modifyInvitees in JavaScript NotesCalendarEntry class