Class | Description |
---|---|
Biweekly |
Contains static chaining factory methods for reading/writing iCalendar
objects.
|
Biweekly.ParserChainJsonReader |
Chainer class for parsing JSON-encoded iCalendar data streams (jCal).
|
Biweekly.ParserChainJsonString |
Chainer class for parsing JSON-encoded iCalendar strings (jCal).
|
Biweekly.ParserChainTextReader |
Chainer class for parsing plain text iCalendar data streams.
|
Biweekly.ParserChainTextString |
Chainer class for parsing plain text iCalendar strings.
|
Biweekly.ParserChainXmlDocument |
Chainer class for parsing XML-encoded iCalendar objects (xCal).
|
Biweekly.ParserChainXmlReader |
Chainer class for parsing XML-encoded iCalendar objects (xCal).
|
Biweekly.ParserChainXmlString |
Chainer class for parsing XML-encoded iCalendar objects (xCal).
|
Biweekly.WriterChainJson |
Chainer class for writing to JSON-encoded iCalendar data streams (jCal).
|
Biweekly.WriterChainText |
Chainer class for writing to plain text iCalendar data streams.
|
Biweekly.WriterChainXml |
Chainer class for writing xCal documents (XML-encoded iCalendar objects).
|
ICalDataType |
Defines the data type of a property's value.
|
ICalendar |
Represents an iCalendar object.
|
ValidationWarnings |
Holds the validation warnings of an iCalendar object.
|
ValidationWarnings.WarningsGroup |
Holds the validation warnings of a property or component.
|
Warning |
Represents a warning.
|
Enum | Description |
---|---|
ICalVersion |
Defines all supported versions of the iCalendar standard.
|
Messages |
Singleton for accessing the i18n resource bundle.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.