Scheduler - default view

Hello,
is there a way to specify the default calendar view? Eg., When I first render the scheduler, I want to render it in the timeline mode, instead of having to click the timeline button.

Regards,
Vivek Patel

You can specify the default view right in the init() method:
https://docs.dhtmlx.com/scheduler/api__scheduler_init.html

scheduler.init("scheduler_here",new Date(2010,0,6),"month");

Thank you, Sematik. I was able to figure it out after some more digging.