Recurring tasks in C#
ScheduleWidget is a .NET 4.0 scheduling engine that handles recurring events for calendars.
- http://martinfowler.com/apsupp/recurring.pdf (this is what it’s influenced by)
- http://www.squarewidget.com/schedulewidget (the project page)
- http://nuget.org/packages/ScheduleWidget (Nuget page)
- http://stackoverflow.com/questions/1579638/what-is-the-best-way-to-represent-recurring-events-in-database (the corresponding stackoverflow question from some user)