Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 226 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 226 Bytes

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);