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
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.
The project has moved to https://github.com/rianjs/ical.net and is available using Nuget: iCal.Net