Creating iCal Files in c#

前端 未结 9 1629
日久生厌
日久生厌 2020-11-29 17:47

I\'m looking for a good method of generating an iCalendar file (*.ics) in c# (asp.net). I\'ve found a couple resources, but one thing that has been lacking is their support

9条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 17:53

    Check out http://www.codeproject.com/KB/vb/vcalendar.aspx

    It doesn't handle the quoted-printable fields like you asked, but the rest of the code is there and can be modified.

提交回复
热议问题