tags:

views:

65

answers:

2

I have a database of calendar events and dates. What is the best way of exporting this to common formats ("ics" for example) using c#. Are there common libraries to use?

Also, are there any good libraries for importing "ics" formats as well.

+1  A: 

you can try this one it sounds promising:

DDay.iCal

schoetbi
+2  A: 

You can use DDay.iCal

Giorgi