Package | Description |
---|---|
com.hcl.domino.calendar |
Modifier and Type | Method and Description |
---|---|
CalendarActionData |
Calendaring.buildActionData()
Use this method to start building the data object to be passed along
calendar actions;
|
CalendarActionData |
CalendarActionData.withAddNamesFYI(String... addNamesFYI)
Sets a new list of FYI attendees
|
CalendarActionData |
CalendarActionData.withAddNamesOptional(String... addNamesOpt)
Sets a new list of optional attendees
|
CalendarActionData |
CalendarActionData.withAddNamesRequired(String... addNamesReq)
Sets a new list of required attendees
|
CalendarActionData |
CalendarActionData.withChangeToEnd(Temporal changeToEnd)
Sets the new end time for
CalendarProcess.COUNTER |
CalendarActionData |
CalendarActionData.withChangeToStart(Temporal changeToStart)
Sets the new start time for
CalendarProcess.COUNTER |
CalendarActionData |
CalendarActionData.withDelegateTo(String delegateTo)
Sets the name of the delegated user if
CalendarProcess.DELEGATE is used |
CalendarActionData |
CalendarActionData.withKeepInformed(boolean keepInformed)
Sets whether the users wants to be kept informed, e.g.
|
CalendarActionData |
CalendarActionData.withRemoveNames(String... removeNames)
Sets a new list of attendees to be removed
|
Modifier and Type | Method and Description |
---|---|
void |
Calendaring.entryAction(Database dbMail,
String uid,
String recurId,
Collection<CalendarProcess> action,
CalendarRangeRepeat scope,
String comment,
CalendarActionData data,
Collection<CalendarActionOptions> flags)
Perform an action on a calendar entry.
For instance, change the response of an accepted meeting to counter or delegate. This must be applied to meetings (with the exception of CalendarProcess.DELETE ,
which can be applied to any calendar entry).This makes the appropriate modifications to the invitee calendar and also sends appropriate notices out. |
void |
Calendaring.noticeAction(Database dbMail,
int noteId,
Collection<CalendarProcess> action,
String comment,
CalendarActionData data,
Collection<CalendarActionOptions> flags)
Process a calendar notice.
This makes the appropriate modifications to the calendar entry and also sends appropriate notices out. |
void |
Calendaring.noticeAction(Database dbMail,
String unid,
Collection<CalendarProcess> action,
String comment,
CalendarActionData data,
Collection<CalendarActionOptions> flags)
Process a calendar notice.
This makes the appropriate modifications to the calendar entry and also sends appropriate notices out. |
Copyright © 2019–2021 HCL. All rights reserved.