Package | Description |
---|---|
com.hcl.domino.calendar |
Modifier and Type | Method and Description |
---|---|
static CalendarDocumentOpen |
CalendarDocumentOpen.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarDocumentOpen[] |
CalendarDocumentOpen.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Document |
Calendaring.openCalendarEntryDocument(Database dbMail,
String uid,
String recurId,
Collection<CalendarDocumentOpen> flags)
This is a method to get a document for an entry on the calendar.
The intent is that the note handle can be used to get information about an entry or instance or to write additional information to the entry or instance (beyond what is defined in iCalendar and/or available in this API). |
static int |
CalendarDocumentOpen.toBitMask(Collection<CalendarDocumentOpen> findSet) |
Copyright © 2019–2021 HCL. All rights reserved.