Use custom xml - start calendar date to specified hour

Hello,
1- How to make the calendar start at 8 am ? by default it start at 00:00

2- I want to use custom xml with dhtmlx Touch.
I already did it with dhmltx scheduler with:

and

but it doesn’t work with dhtmlx Touch.

Can you help me ?

thanks

I’ve found number 2 here : docs.dhtmlx.com/touch/doku.php?i … sday_event

Hello,

you can use the following to start list in Day view with 8 hour:

$$(“scheduler”).$$(“dayList”).define(“firstHour”,8);

And here is how to apply firstHour for calendars in scheduler:

$$(“scheduler”).$$(“calendar”).define(“hourStart”,8);
$$(“scheduler”).$$(“formCalendar”).define(“hourStart”,8);