Hello, I'm looking for some C# code that loads a iCalendar file from a wesbite, loops through the .ics file and extracts the event details from each event in the file. I don't want to use aspose.icalendar or another one of the popular packages
My ultimate goal is take the iCal data and import into a SQL Server database. I can handle the import to the database but I'm having trouble reading the iCalendar files from external website.
I've been able to load rss files in the past and pull the data within those files into a database. I don't see how loading a structured ical file would be that different. I just can't seem to get it to work.
Is my reasoning off?
Thanks.
Moved byjack 321Monday, June 16, 2008 6:07 AMOff topic for C# general