views:

54

answers:

1

Hi,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: 

A good place to start is Quartz.Net

This is an open source library that does exactly what you want, sans any UI component.

Josh