Current behavior
Currently, the Scheduler displays the day starting from midnight. Clicking "Show business hours" restricts the view to the working hours, but the rest of the day is no longer accessible.

Expected behavior
The Scheduler should support a focusedTime that will be scrolled into view. The rest of the day is accessible using scroll.

This is also the approach taken by Google Calendar and Microsoft Outlook.
Workarounds
The time range can be restricted with startTime and endTime.
Unfortunately, this makes the "Show full time" less useful.
Questions
focusedTime, if any?I think the default focusedTime should be the first worked hour.
=>Maybe a boolean like focusOnFirstWorkedHour would be more explicit
But a method should be available to focus on a specific hour : focusOnTime(time: Date)
This allows to focus on any event
The scrollTime property (defaults to workDayStart) and scrollToTime method have been shipped in v0.12, see demos.
Most helpful comment
I think the default
focusedTimeshould be the first worked hour.=>Maybe a boolean like
focusOnFirstWorkedHourwould be more explicitBut a method should be available to focus on a specific hour :
focusOnTime(time: Date)This allows to focus on any event