Package | Description |
---|---|
com.hcl.domino.calendar |
Modifier and Type | Method and Description |
---|---|
static CalendarWrite |
CalendarWrite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarWrite[] |
CalendarWrite.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.createCalendarEntry(Database dbMail,
String iCal,
Collection<CalendarWrite> flags)
Creates a calendar entry.
This supports either a single entry, or a recurring entry which may contain multiple VEVENTS represenging both the series and exception data. |
static int |
CalendarWrite.toBitMask(Collection<CalendarWrite> findSet) |
void |
Calendaring.updateCalendarEntry(Database dbMail,
String iCal,
String uid,
String recurId,
String comments,
Collection<CalendarWrite> flags)
This will modify an existing calendar entry.
This supports either single entries or recurring entries, but recurring entries will only support updates for a single instance specified via RECURRENCE-ID that may not include a RANGE (This may be permitted in the future but for now will return an error). The iCalendar input may only contain a single VEVENT and must contain a UID. By default, attachments and custom data (for fields contained in $CSCopyItems) will be maintained from the existing calendar entry. |
Copyright © 2019–2021 HCL. All rights reserved.