10

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!

Peter
  • 689
  • 9
  • 19

3 Answers3

4

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
  • 5,305
  • 1
  • 20
  • 26
  • This is peftect. I got so caught up with the temporal expressions, i didnt think to look for iCal support instead. – Peter Sep 02 '10 at 22:04
3

Would Quartz.NET fit the bill?

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

code4life
  • 15,053
  • 7
  • 47
  • 80
  • 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 Sep 02 '10 at 22:04
1

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

Element
  • 3,869
  • 7
  • 38
  • 51