FullCalendar: How to sort & display Events on Day of MonthView?
All events on day slot of monthly view are sorted based on the start time i.e. event start hour 0-23, hour 0 on top and 23 on bottom. But I want to show the active( event.IsActive == true ) tasks on top and after the Active task list, inactive( event.IsActive == false ) tasks will be displayed sorted by start hour 0-23. Example: ActiveTask-1 12:00AM ActiveTask-2 3:00AM ActiveTask-3 21:45PM InactiveTask-1 12:00AM InactiveTask-2 7:00AM InactiveTask-3 23:30PM Is this possible in fullCalendar? Your request will need to directly patch the fullcalendar code. This is mandatory because fullcalendar