I have a fullcalendar scheduler on my web app. The problem is that some event have long text, so I enabled this css:
.fc-timeline-event .fc-title {
white-space: normal;
}
Result is better but not acceptable yet cause events of 1 day one with long text, are not good to read. See events i've selected in red in the screenshot.
My question is: is it possible to force fullcalendar-scheduler to view on screen only 15 days (based on month) and others 15 outside screen enabling automatic horizontal scroller?
I tried: slotWidth: 300
option. It seem ok. Working good on desktop...but on mobile phone i'd like to set another value...