Navigation
Update the calendar time window dynamically
All following methods return a Promise from Promise.allSettled(), which will fulfill once all the underlying asynchronous tasks (scrolling animation, data fetching, etc ...) settled, whether resolved or rejected.
📄️ next()
Shift the calendar by the given number of domains forward (in the future).
📄️ previous()
Shift the calendar by the given number of domains backward (in the past).
📄️ jumpTo()
Scroll the calendar to the given date.