DDay.iCal Version 0.71

[This is preliminary documentation and is subject to change.]

To load an existing an iCalendar object, use one of the provided LoadFromXXX methods.

Examples

For example, use the following code to load an iCalendar object from a URL:
CopyC#
iCalendar iCal = iCalendar.LoadFromUri(new Uri("http://somesite.com/calendar.ics"));

Namespace:  DDay.iCal
Assembly:  DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)

Syntax

C#
public iCalendar()

See Also