Package | Description |
---|---|
com.hcl.domino.calendar |
Modifier and Type | Method and Description |
---|---|
static CalendarProcess |
CalendarProcess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarProcess[] |
CalendarProcess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 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. |
static int |
CalendarProcess.toBitMask(Collection<CalendarProcess> findSet) |
Copyright © 2019–2021 HCL. All rights reserved.