Change date range to show events in FullCalendar
I need to be able to set a "date range" with FullCalendar, using the "List" view. By date range, I mean being able to enter using 2 text fields, 2 different dates, for example : Text field 1 : 2018-05-05 to Text field 2 : 2018-05-06 And to filter the content of the calendar, using the List view to display the result, and show events that matches that date range. Here's my code for the FullCalendar part: $('#calendar').fullCalendar({ header: { left: 'prev,next today', center: 'title', right: 'listMonth, month,agendaWeek,agendaDay' }, defaultView: 'listMonth', locale: 'fr', contentHeight: 600,