appointments scheduler managment with asp.net MVC
- by Alexandre Jobin
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!