Temporal Expression library in .NET [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
开发者_运维知识库 Improve this questionDoes 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!
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.
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
精彩评论