Basic Calendar Query

Hi,

I am very new to scheduler. I want to show a calendar on a website. The calendar will contain many appointments that last 5 minutes each. With the current calendar, time slots are shown as single hours and so I cannot see the details of 12 possible appointments.

Is it possible to break down the calendar to show time as 5 minute slots instead of hour long slots?

Thanks for any help,

Kerry

Hello,

Basically you want more space for you events.
In the case try changing hour_size_px config option:

scheduler.config.hour_size_px = 168

Also note that in 3.5 version you can draw custom event boxes which may take less space, be sure to check scheduler\samples\02_customization\27_custom_event_box.html sample.

Kind regards,
Ilya