Change first and last hour

Is it possible to set the first_hour and last_hour after the calendar has been initialized?

setting scheduler.config.first_hour = 8; after init does not work.

Im working on a singlepage application, and can not reload the page to initialize the calendar again.

Yep, you can change this value at any time, just call

scheduler.updateView()

after that, to repaint the current view

Thans that worked for me