Exporting and importing calendar data using C#
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.
You can use DDay.iCal
you can try this one it sounds promising:
DDay.iCal
精彩评论