Package | Description |
---|---|
com.hcl.domino.calendar |
Modifier and Type | Method and Description |
---|---|
static CalendarRead |
CalendarRead.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarRead[] |
CalendarRead.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
Calendaring.readCalendarEntry(Database dbMail,
String uid,
String recurId,
Collection<CalendarRead> flags)
This will return complete iCalendar data for the specified entry.
For recurring entries, this may result in multiple VEVENTs in the returned iCalendar data. In this case, the first VEVENT represents the recurrence set and additional entries represent exceptions to the recurrence set. All instances that differ from the recurrence set will be returned as additional VEVENTs containing the exceptional data. |
String |
Calendaring.readNotice(Database dbMail,
int noteId,
Collection<CalendarRead> flags)
This will return iCalendar data representing a notice with the specified NOTIED.
A notice may not yet be applied to the calendar entries itself, but an application may want to read the notice (and process it). Examples of notices include invitations, reschedules, information updates, confirmations, cancelations, counterproposals, requests for information, acceptances, declines, tenative acceptances, etc. |
String |
Calendaring.readNotice(Database dbMail,
String unid,
Collection<CalendarRead> flags)
This will return iCalendar data representing a notice with the specified NOTIED.
A notice may not yet be applied to the calendar entries itself, but an application may want to read the notice (and process it). Examples of notices include invitations, reschedules, information updates, confirmations, cancelations, counterproposals, requests for information, acceptances, declines, tenative acceptances, etc. |
static int |
CalendarRead.toBitMask(Collection<CalendarRead> findSet) |
Copyright © 2019–2021 HCL. All rights reserved.