Temporal Expression library in .NET [closed]
Asked Answered
A

3

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!

Argyle answered 1/9, 2010 at 22:47 Comment(0)
M
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.

Motive answered 1/9, 2010 at 23:2 Comment(1)
This is peftect. I got so caught up with the temporal expressions, i didnt think to look for iCal support instead.Argyle
S
3

Would Quartz.NET fit the bill?

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

Scholarship answered 1/9, 2010 at 23:37 Comment(1)
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 thoughArgyle
C
1

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

Catchment answered 24/2, 2011 at 2:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.