Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Temporal Expression library in .NET [closed]

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!

like image 593
Peter Avatar asked Sep 01 '10 22:09

Peter


2 Answers

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.

like image 56
Rob Avatar answered Nov 10 '22 05:11

Rob


Would Quartz.NET fit the bill?

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

like image 3
code4life Avatar answered Nov 10 '22 03:11

code4life