views:

49

answers:

2

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!

+1  A: 

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.

Rob
This is peftect. I got so caught up with the temporal expressions, i didnt think to look for iCal support instead.
Peter
+3  A: 

Would Quartz.NET fit the bill?

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

code4life
This looks like a great library, but i think the DDay library gives me a bit more. I didn't even think about iCal support, but it would give me some flexibility. Thanks for the link though
Peter