'Full calendar list view - Show events on specific date range

I am using fullcalendar v3 in my project. I have a filter section to filter the events.

Suppose the filtered events are as follows

  • event1 that occurs on feb15, 2022

  • event2 that occurs on march6, 2022

  • event3 that occurs on march26, 2022

So here, the start range is february 15 and end range is march 26. How do i show these events in one single view. I went through https://fullcalendar.io/docs/list-view-demo. This cannot show list view in a specific date range

I need ALL the search results to be shown in a ONE single list view.

Any idea on how to do this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source