Interface RecurrenceInfo
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
DefaultRecurrenceInfo
This is a collection of information for recurring
CalendarEvent
s.-
Method Summary
Modifier and TypeMethodDescriptionclone()
@Nullable String
void
setExceptionDates
(Set<DateTimeValue> exceptionDates) void
setRecurrenceRule
(Recurrence recurrenceRule)
-
Method Details
-
getRecurrenceRule
Recurrence getRecurrenceRule() -
setRecurrenceRule
-
getExceptionDates
Set<DateTimeValue> getExceptionDates() -
setExceptionDates
-
getExceptionDatesList
-
clone
- Throws:
CloneNotSupportedException
-