Hi all,
I'm looking to implement a room booking calendar using ASP.net.
Before I go coding the whole thing myself I thought I'd ask to see if anyone knows of any good free or commercial components that do the following.
Display a calendar in month view with the ability to colour code specific days to denote full, partial or no availability.
Click on a specific day to see a day view which would then display hourly availability (again colour coded available/not available) with the option to then click "Book now" beside available hours.
Ideally this would be based on icalendar or some decent standard. It doesn't need to fancy ajax enabled or anything.
Any help greatly appreciated.
Ed