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?
This seems to be the most promising one
AtliB
2009-03-17 21:17:22
+1
A:
Hi,
The commercial .NET library Aspose.iCal does the job
http://www.aspose.com/community/blogs/salman.sarfraz/archive/2008/11/21/where-is-aspose-icalendar.aspx (used to be http://www.aspose.com/categories/file-format-components/aspose.network-for-.net/default.aspx)
Or this open source parser (didn't try it)
http://sourceforge.net/projects/icalparser/
And this online iCal validator comes in handy
http://severinghaus.org/projects/icv/
Regards, tamberg
tamberg
2009-02-02 16:24:14