Reputation: 966
i have been trying to create an ics file from the data kept at the local database Please Help
Upvotes: 1
Views: 3144
Reputation: 47164
You could use the open source DDay.iCal library to do that and I have heard good things about this library:
DDay.iCal is an iCalendar class library written in C# and based on the RFC 2445 standard. It parses files in the iCalendar format and provides an object-oriented interface to iCalendar components: Event, Todo, TimeZone, Journal, FreeBusy, and Alarm.
There is also another open source library called ICalendar on CodePlex which doesn't have a release yet, but you can download/check out the source code:
iCalendar is a standard (RFC 2445) for calendar data exchange. The standard is sometimes referred to as "iCal", which also is the name of the Apple, Inc. calendar program (see iCal) that provides one of the implementations of the standard.
Upvotes: 4