Question

Does anyone know of a library to handle events and recurring events likes the temporal expression libraries that exist for ruby like Runt (http://runt.rubyforge.org/) or TExp (http://texp.rubyforge.org/). Those libraries are perfect for what I need, but I need something in the >.NET Framework.

Thanks!

Was it helpful?

Solution

DDay.ical includes more than what you're looking for (it's a full iCal library), but the ability to materialize recurring events is part of the package.

OTHER TIPS

Would Quartz.NET fit the bill?

http://quartznet.sourceforge.net/features.html

There is an open source temporal expressions library written in c# on github

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top