Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Schedule Controls for ASP.Net MVC [closed]

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.

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.

like image 849
Aaron Avatar asked Mar 07 '09 06:03

Aaron


2 Answers

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.

like image 144
Aaron Avatar answered Nov 06 '22 06:11

Aaron


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

like image 22
Gregory A Beamer Avatar answered Nov 06 '22 08:11

Gregory A Beamer