Is there a way to "duplicate" the horizontal scroller in full calendar (scheduler mode) to show it also under the timeline header?
So having 2 horizontal scroller, one default at the end of calendar, and another one under the header (timeline)
UPDATE: thanks to @ADyson I get this result using doubleScroll plugin:
$(".fc-body").find('.fc-scroller').doubleScroll();
It works great but there is misalignement in the scheduler....