parser for ics files in .net

thiswayup picture thiswayup · Jan 31, 2009 · Viewed 18.6k times · Source

I'm trying to figure out the best way take a ics file and convert it into a format I can put into a database. Can anyone recommend how to do this?

Answer

Darin Dimitrov picture Darin Dimitrov · Jan 31, 2009

There's an example of parsing iCalendar files. It is based on the DDay.iCal library.