I have a specific request to display calendar All Day events without using the day spanning. E.g. If an event is on Monday, Tuesday and Wednesday, instead of [......Event.......] it should show up as [Event Event Event]. Is there any way to do this? I am lost as to how to override the spanning behaviour. Ideally I'd avoid editing the core, especially as I'd like to keep the default rendering for other users. (Currently using Full Calendar v3 but would upgrade if necessary.)
I also considered using the ListView style and displaying it in columns, but it is table-based and not laid out in a way that makes it easy to transform that way. Is there a way to override the ListView display functions without, again, modifying fullcalendar.js?