I have a client who wants to list any events that span multiple-days to be at the end of the list on the monthly calendar view, as they want to emphasize single-day events over multi-day events.
So for example, say Event A goes from Monday thru Friday and Event B happens on Tuesday and Event C happens on Thursday, the calendar currently sorts like this:
M: Event A
T: Event A | Event B
W: Event A
T: Event A | Event C
F: Event A
But they want it to sort like this:
M: Event A
T: Event B | Event A
W: Event A
T: Event C | Event A
F: Event A
Is it possible to do this with the plugin as currently written?