appointments scheduler managment with asp.net MVC

Posted by Alexandre Jobin on Stack Overflow See other posts from Stack Overflow or by Alexandre Jobin
Published on 2010-04-16T15:10:01Z Indexed on 2010/04/17 3:53 UTC
Read the original article Hit count: 830

I'm building an Appointments Scheduler manager on asp.net mvc. My requirements are:

  • The administrator will add timeslot appointments to the calendar for each persons in the company who can receive a client

  • The client can search online for available timeslot appointments and can make a reservation

  • Idealy, the UI can show the appointsments by days/weeks or agenda style

Is there any asp.net mvc control that can do this. Or any tutorials that can inspire me of how I can do this?

For now, I've found the jQuery Week Calendar but I'm not sure it will answer all my needs and the author has stopped the development of the project.

Thank you very much for the help!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about appointment