If you ever wanted to be able to click on the days in the Bookings part of the scheduler to pull up that one day by clicking on the date, say Monday August 5, 2008 and having it show that one day only and allow you to make reservations from there, then I suggest using this modification. Also, with one tweak you can use this to display as many days as you want, just make $this->viewone = '1'; (which is found in step

to be 2,3,4,5, 10, etc....
Please note that is quite long and requires a bit of programming knowledge. So here goes:
1. Copy schedule.php and rename the new one schedule_1day.php
2. Copy schedule.template.php and rename the new one schedule.template_1day.php
3. Copy Schedule.class.php and rename the new one Schedule.class_1day.php
*** Please keep the new copies in the same folder as their original ones.
4. In schedule_1day.php change the following lines:
* Include scheduler-specific output functions
*/
include_once('lib/Schedule.class.php');to
* Include scheduler-specific output functions
*/
include_once('lib/Schedule.class_1day.php');