ical.NET icon indicating copy to clipboard operation
ical.NET copied to clipboard

ical.NET is a free iCal/ICS parser written in C#

ical.NET

ical.NET is a free iCal/ICS parser written in C#.

Usage

Import the .cs files.
Pass a .ics file as a string to the constructor of vCalendar.

vCalendar vcalendar = new vCalendar(icsFile);