2

We are using full calendar time view and more specifically the timeline view.

It works great however there is one issue which is very frustrating and that is when you access year view and the scrollbar defaults to January as it is the furthest left.

There is no internal option to set the scroll start point

The demo is viewable here by accessing the link below and then clicking "Year"

https://fullcalendar.io/docs/timeline-custom-view-demo

enter image description here

How could we set the scrollbar and div to default to the current month or at least set by a number with a work around.

Thanks,

Chris

user2811002
  • 55
  • 1
  • 7
  • 1
    if you want it to go to a specific month then you have to use the "resourceTimelineMonth" view which shows one month at a time. Click the "month" button on the demo. You can then press next/previous to jump precisely between the months. Each view always starts the earliest time point represented by that view. – ADyson Jun 12 '20 at 21:15

1 Answers1

0

This question is quite old now. It seems it is fixed.

Now, there is the possibility to set a scroll time:

scrollTime: '08:00'

It is described here: https://fullcalendar.io/docs/v6/scrollTime

If you want to set to May, use:

scrollTime: '4000:00'

But for some reason it does not work above 7000 hours.