问题
I have to implement Scheduler like outlook in my .NET application.I have already started working on it but I can't implement Recurrence Pattern.please suggest me that how could i achieve this functionality. how to save task with Recurrence in database? I found this RadScheduler for ASP.NET AJAX but unfortunately this controller is commercial
回答1:
A good place to start is Quartz.Net
This is an open source library that does exactly what you want, sans any UI component.
来源:https://stackoverflow.com/questions/3660945/implement-task-recurrence-pattern-in-net-like-outlook