views:

1293

answers:

4

Are there any scheduling components, commercial or otherwise, for ASP.Net MVC? Our company currently uses the Infragistics WebSchedule controls, but they don't appear to support MVC.

Thanks!

++++Edit I think I may have been a bit unclear, I am not looking for a task scheduler, rather I am looking for a web calendar/appointment/schedule management framework or component set. Something that would include a Month/Week/Day view of a calendar and allow me to create and display appointment items.

A framework that would let me build something like Google calendar, except the appointments would be stored in my database, not Googles.

A: 

Take a look at Keyvan Nayyeri's Abidar 1.0: http://nayyeri.net/blog/abidar-1.0-beta-1/

Mahdi
A: 

You can try something like: http://www.daypilot.org/demo/Calendar/ResourcesView.aspx

Gregory A Beamer
A: 

It was brought to my attention that webforms could be used inside of an MVC application.

This gives the me the ability to use the Infagistics schedule components for a week/month/day views of a calendar inside of an MVC application, even though the infragistics components are not MVC compatible.

Mixing webforms in an MVC solution is an ugly solution, but at this point looks better than the alternative of trying to write my own month/week/day view appointment calendar UI.

Aaron
+3  A: 

I just wanted to update with the scheduling tool we eventually choose. dhtmlxScheduler - we are very happy with both the tool and the support.

Also - since it was never mentioned in any of the answers above, Telerik has a schedule tool that is compatible with ASP.Net MVC as well.

Aaron