DDay.iCal Version 0.71
Assembly: DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)
[This is preliminary documentation and is subject to change.]
To load an existing an iCalendar object, use one of the provided LoadFromXXX methods.
Namespace:
DDay.iCal
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"));
Assembly: DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)
Syntax
| C# |
|---|
public iCalendar() |