Is there a way for the scheduler to load in week view at 6am by default?
I tried :
scheduler.config.first_hour = 6;
but then you can’t submit a time before then.
I just need the view locked to 6am by default because most events will being from that time… but some might not!
Thanks