You can add a View Offset to a Scheduler component to make it display a different time range. This is useful for example if you have a two-week Schedule, which you want to display in two separate one-week components on top of each other.
If you are using this technique to display two components, be aware that dragging and dropping events between components does not currently work.
Accessibility
The view offset can be set programmatically (if you’re wrapping the component) through the view-offset property. The property expects a number of days, by which to offset the start of the view.
<B25:multiScheduleWrapper view-offset="7" ... (set other properties here) />
<B25:scheduleWrapper view-offset="7" ... (set other properties here) />