Class | Description |
---|---|
DataModelConverter |
Converts various properties/components into other properties/components for
vCalendar-iCalendar compatibility.
|
DataModelConverter.VCalTimezoneProperties | |
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.
|
ParseWarnings |
Records iCalendar parse warnings.
|
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).
|
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-2016 Michael Angstadt. All Rights Reserved.