Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
List<ExceptionDates> |
VTodo.getExceptionDates()
Gets the list of exceptions to the recurrence rule defined in the to-do
(if one is defined).
|
List<ExceptionDates> |
VJournal.getExceptionDates()
Gets the list of exceptions to the recurrence rule defined in the journal
entry (if one is defined).
|
List<ExceptionDates> |
VEvent.getExceptionDates()
Gets the list of exceptions to the recurrence rule defined in the event
(if one is defined).
|
List<ExceptionDates> |
Observance.getExceptionDates()
Gets the list of exceptions to the timezone observance.
|
Modifier and Type | Method and Description |
---|---|
void |
VTodo.addExceptionDates(ExceptionDates exceptionDates)
Adds a list of exceptions to the recurrence rule defined in the to-do (if
one is defined).
|
void |
VJournal.addExceptionDates(ExceptionDates exceptionDates)
Adds a list of exceptions to the recurrence rule defined in the journal
entry (if one is defined).
|
void |
VEvent.addExceptionDates(ExceptionDates exceptionDates)
Adds a list of exceptions to the recurrence rule defined in the event (if
one is defined).
|
void |
Observance.addExceptionDates(ExceptionDates exceptionDates)
Adds a list of exceptions to the timezone observance.
|
Modifier and Type | Method and Description |
---|---|
protected ExceptionDates |
ExceptionDatesScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected ExceptionDates |
ExceptionDatesScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
protected ExceptionDates |
ExceptionDatesScribe.newInstance(ICalDataType dataType,
ICalParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ICalDataType |
ExceptionDatesScribe._dataType(ExceptionDates property,
ICalVersion version) |
protected ICalParameters |
ExceptionDatesScribe._prepareParameters(ExceptionDates property,
WriteContext context) |
protected JCalValue |
ExceptionDatesScribe._writeJson(ExceptionDates property,
WriteContext context) |
protected void |
ExceptionDatesScribe._writeXml(ExceptionDates property,
XCalElement element,
WriteContext context) |
protected ICalDate |
ExceptionDatesScribe.readValue(ExceptionDates property,
String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected String |
ExceptionDatesScribe.writeValue(ExceptionDates property,
ICalDate value,
WriteContext context) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.