public interface CalendarEntryModificationEvent extends CalendarEvent
CalendarEntryModificationEvent is a BBj Interface that contains event information for a calendar's
entry (appointment, event, etc.) object. It's never instantiated as it's the base class for several calendar
events that deal with the calendar's entries (appointments, events, etc.) including the CalendarEntryAddEvent,
CalendarEntryRemoveEvent, and CalendarEntryChangeEvent.
| Modifier and Type | Method and Description |
|---|---|
CalendarEntry | getCalendarEntry()Returns the entry (appointment, event, etc.) from the calendar. |
BBjVector | getRelatedEntries()Returns a BBjVector filled with related entries, such as recurring entries or entries with the same groupId. |
getAsFormattedString, getAsJsonObject, getAsString, getCalendarUuid, getCalendarView, getEventNumber public CalendarEntry getCalendarEntry()Returns the entry (appointment, event, etc.) from the calendar.
public BBjVector getRelatedEntries()Returns a BBjVector filled with related entries, such as recurring entries or entries with the same groupId.