DDay.iCal Version 0.71
[This is preliminary documentation and is subject to change.]
Welcome to the DDay.iCal documentation. If you're not already familiar with the DDay.iCal library, the best place to start is with the examples, located in the "Examples" folder in the distribution.
Namespaces
| Namespace | Description |
|---|---|
| DDay.iCal | The main namespace for DDay.iCal. All projects should include this namespace. |
| DDay.iCal.Components | Contains the main components and storage structures for DDay.iCal. Include this namespace if you're interested in creating events, todo items, journal entries, etc. |
| DDay.iCal.DataTypes | iCalendar data types. Include this namespace if you need to work directly with the iCalendar data types, or if you would like to extend an existing data type. |
| DDay.iCal.Serialization | Include this namespace if you'd like to serialize (load/save) your iCalendar. |