Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property | |
biweekly.property | |
biweekly.util |
Modifier and Type | Method and Description |
---|---|
ExceptionRule |
VTodo.addExceptionRule(Recurrence recur)
Adds an exception for the
RecurrenceRule property. |
ExceptionRule |
VJournal.addExceptionRule(Recurrence recur)
Adds an exception for the
RecurrenceRule property. |
ExceptionRule |
VEvent.addExceptionRule(Recurrence recur)
Adds an exception for the
RecurrenceRule property. |
RecurrenceRule |
VTodo.setRecurrenceRule(Recurrence recur)
Sets how often the to-do repeats.
|
RecurrenceRule |
VJournal.setRecurrenceRule(Recurrence recur)
Sets how often the journal entry repeats.
|
RecurrenceRule |
VEvent.setRecurrenceRule(Recurrence recur)
Sets how often the event repeats.
|
RecurrenceRule |
Observance.setRecurrenceRule(Recurrence recur)
Sets how often the timezone observance repeats.
|
Modifier and Type | Method and Description |
---|---|
protected RecurrenceRule |
RecurrenceRuleScribe.newInstance(Recurrence recur) |
protected abstract T |
RecurrencePropertyScribe.newInstance(Recurrence recur)
Creates a new instance of the recurrence property.
|
protected ExceptionRule |
ExceptionRuleScribe.newInstance(Recurrence recur) |
Constructor and Description |
---|
ExceptionRule(Recurrence recur)
Creates a new exception rule property.
|
RecurrenceProperty(Recurrence recur)
Creates a new recurrence property.
|
RecurrenceRule(Recurrence recur)
Creates a new recurrence rule property.
|
Modifier and Type | Method and Description |
---|---|
Recurrence |
Recurrence.Builder.build()
Builds the final
Recurrence object. |
Modifier and Type | Method and Description |
---|---|
static com.google.ical.values.RRule |
Google2445Utils.convert(Recurrence recur)
Converts a biweekly
Recurrence object to a google-rfc-2445
RRule object. |
Constructor and Description |
---|
Recurrence.Builder(Recurrence recur)
Constructs a new builder
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.