Interface | Description |
---|---|
JCalRawReader.JCalDataStreamListener |
Handles the iCalendar data as it is read off the data stream.
|
Class | Description |
---|---|
JCalRawReader |
Parses an iCalendar JSON data stream (jCal).
|
JCalRawWriter |
Writes data to an iCalendar JSON data stream (jCal).
|
JCalReader |
Parses
ICalendar objects from a jCal data stream (JSON). |
JCalValue |
Holds the value of a jCal property.
|
JCalWriter |
Writes
ICalendar objects to a JSON data stream (jCal). |
JsonValue |
Represents a JSON value, array, or object.
|
Exception | Description |
---|---|
JCalParseException |
Thrown during the parsing of a JSON-encoded iCalendar object (jCal) when the
jCal object is not formatted in the correct way (the JSON syntax is valid,
but it's not in the correct jCal format).
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.