DDay.iCal Version 0.71
[This is preliminary documentation and is subject to change.]
Include this namespace if you'd like to serialize (load/save) your iCalendar.
Classes
| Class | Description | |
|---|---|---|
| DisallowedTypesAttribute |
Lists the iCalendar types that are not
allowed on the property.
| |
| ForceUTCAttribute |
Forces a property of [!:iCalDateTime] type
to serialize in UTC time.
| |
| iCalendarSerializer |
A class that serializes iCalendars into the
standard iCalendar (.ics) format.
| |
| NonstandardAttribute |
Indicates that the property is a non-standard "X-" property.
| |
| SerializedAttribute |
Indicates that the property should be serialized.
| |
| xCalSerializer |
A class that serializes iCalendars into the
xCal (.xcs) format.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IParameterSerializable |
Indicates that the property can serialize parameters.
| |
| ISerializable |
Indicates that the item can be serialized
|