| Package | Description |
|---|---|
| biweekly | |
| biweekly.io.scribe.property | |
| biweekly.property |
| Modifier and Type | Method and Description |
|---|---|
Version |
ICalendar.getVersion()
Gets the min/max versions a consumer must support in order to
successfully parse the iCalendar object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICalendar.setVersion(Version version)
Sets the min/max versions a consumer must support in order to
successfully parse the iCalendar object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Version |
VersionScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Version |
VersionScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<Warning> warnings) |
protected Version |
VersionScribe._parseXml(XCalElement element,
ICalParameters parameters,
List<Warning> warnings) |
| Modifier and Type | Method and Description |
|---|---|
protected JCalValue |
VersionScribe._writeJson(Version property) |
protected String |
VersionScribe._writeText(Version property) |
protected void |
VersionScribe._writeXml(Version property,
XCalElement element) |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.v2_0()
Creates a version property that is set to the default iCalendar version
(2.0).
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.