Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
List<RecurrenceDates> |
VTodo.getRecurrenceDates()
Gets the list of dates/periods that help define the recurrence rule of
this to-do (if one is defined).
|
List<RecurrenceDates> |
VJournal.getRecurrenceDates()
Gets the list of dates/periods that help define the recurrence rule of
this journal entry (if one is defined).
|
List<RecurrenceDates> |
VEvent.getRecurrenceDates()
Gets the list of dates/periods that help define the recurrence rule of
this event (if one is defined).
|
List<RecurrenceDates> |
Observance.getRecurrenceDates()
Gets the list of dates/periods that help define the recurrence rule of
this timezone observance (if one is defined).
|
Modifier and Type | Method and Description |
---|---|
void |
VTodo.addRecurrenceDates(RecurrenceDates recurrenceDates)
Adds a list of dates/periods that help define the recurrence rule of this
to-do (if one is defined).
|
void |
VJournal.addRecurrenceDates(RecurrenceDates recurrenceDates)
Adds a list of dates/periods that help define the recurrence rule of this
journal entry (if one is defined).
|
void |
VEvent.addRecurrenceDates(RecurrenceDates recurrenceDates)
Adds a list of dates/periods that help define the recurrence rule of this
event (if one is defined).
|
void |
Observance.addRecurrenceDates(RecurrenceDates recurrenceDates)
Adds a list of dates/periods that help define the recurrence rule of this
timezone observance (if one is defined).
|
Modifier and Type | Method and Description |
---|---|
protected RecurrenceDates |
RecurrenceDatesScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected RecurrenceDates |
RecurrenceDatesScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected RecurrenceDates |
RecurrenceDatesScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected ICalDataType |
RecurrenceDatesScribe._dataType(RecurrenceDates property,
ICalVersion version) |
protected ICalParameters |
RecurrenceDatesScribe._prepareParameters(RecurrenceDates property,
WriteContext context) |
protected JCalValue |
RecurrenceDatesScribe._writeJson(RecurrenceDates property,
WriteContext context) |
protected String |
RecurrenceDatesScribe._writeText(RecurrenceDates property,
WriteContext context) |
protected void |
RecurrenceDatesScribe._writeXml(RecurrenceDates property,
XCalElement element,
WriteContext context) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.