Recurrence Library for date calculations for .Net

Nen picture Nen · Dec 23, 2010 · Viewed 11.4k times · Source

is there a free recurrence library that is available that we could use ?, we are looking for something like we supply the date time and the type of recurrence (daily, Monthly, Weekly and the interval(say for every 2 weeks or months or days) and we get a list of future dates ???

Thanks Nen

Answer

k3b picture k3b · Dec 23, 2010

I am using dday-ical at sourceforge for recurrence calculations.

Beside loading and and saveing ical files it can interpretete calendar-recurrencerules a la

every 4th friday in every month but not on xmas

Have a look at mozilla-calendar (sunbird) or microsoft outlook to see how complex recurrence dates can be.

Update:

The project has moved to https://github.com/rianjs/ical.net and is available using Nuget: iCal.Net