Interface | Description |
---|---|
GlobalTimezoneIdResolver |
Gets Java
TimeZone objects that correspond with TZID parameters that
contain global timezone IDs (as opposed to IDs that correspond with a
VTIMEZONE component). |
Class | Description |
---|---|
DataModelConverter |
Converts various properties/components into other properties/components for
vCalendar-iCalendar compatibility.
|
DataModelConverter.VCalTimezoneProperties | |
DefaultGlobalTimezoneIdResolver |
Default implementation of
GlobalTimezoneIdResolver . |
ICalTimeZone |
A timezone that is based on an iCalendar
VTimezone component. |
ICalTimeZone.Boundary |
Holds the timezone observance information of a particular date.
|
ParseContext |
Stores information used during the parsing of an iCalendar object.
|
ParseContext.TimezonedDate |
Represents a property whose date-time value has a timezone.
|
ParseWarning |
Represents a warning that occurred during the parsing of an iCalendar object.
|
ParseWarning.Builder |
Constructs instances of the
ParseWarning class. |
StreamReader |
Parses iCalendar objects from a data stream.
|
StreamWriter |
Writes iCalendar objects to a data stream.
|
TimezoneAssignment |
Represents a timezone definition that is used within an iCalendar object.
|
TimezoneInfo |
Holds the timezone-related settings of an iCalendar object.
|
TzUrlDotOrgGenerator | |
WriteContext |
Stores information used to write the properties in an iCalendar object.
|
Exception | Description |
---|---|
CannotParseException |
Thrown during the unmarshalling of an iCalendar property to signal that the
property's value could not be parsed (for example, being unable to parse a
date string).
|
DataModelConversionException |
Thrown when a component or property needs to be converted to a different
component or property when being read or written.
|
SkipMeException |
Thrown during the reading or writing of an iCalendar property to show that
the property should not be written to the iCalendar data stream or not be
included in the parsed
ICalendar object. |
Copyright © 2013–2024 Michael Angstadt. All rights reserved.