Interface RecurringEvent
- All Superinterfaces:
CalendarEvent,Cloneable,Comparable<CalendarEvent>
- All Known Implementing Classes:
FullDayRecurringEvent,RecurringEventImpl
A
CalendarEvent with an attached recurrence information.-
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a deep copy of this event.resolveRecurrence(DateTimeValue start, DateTimeValue end) voidMethods inherited from interface ch.tocco.nice2.optional.calendar.api.CalendarEvent
created, getCalendar, getDescription, getEnd, getEntity, getId, getLabel, getLocation, getOnlineMeetingUrl, getStart, getTargetEntity, getTargetEntity, getTimeZone, isAllDay, isOccurrence, resolveRelation, resolveRelation, save, saveAndLink, saveAndRelateCalendar, setDescription, setEnd, setLabel, setLocation, setOccurrence, setOnlineMeetingUrl, setStart, setStartAndEndMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getRecurrenceInfo
RecurrenceInfo getRecurrenceInfo() -
setRecurrenceInfo
-
clone
Description copied from interface:CalendarEventCreates a deep copy of this event.- Specified by:
clonein interfaceCalendarEvent- Throws:
CloneNotSupportedException
-
resolveRecurrence
-
resolveRecurrence
-