Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recurrence Library for date calculations for .Net [closed]

Tags:

date

c#

libraries

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

like image 524
Nen Avatar asked Dec 23 '10 09:12

Nen


2 Answers

Take a look at Itinerary. It does exactly this.

Disclosure: I'm the project maintainer.

like image 45
spoulson Avatar answered Sep 21 '22 16:09

spoulson


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

like image 144
k3b Avatar answered Sep 17 '22 16:09

k3b