Looks like the fullCalendar is not rendering the event with the last date of the month. For example, I created an event on the 31st of march with the start time as 6:30 p.m., then that event is not shown in the listMonth view.
This issue is only happening for the events with the last date of the month whose start time is 6:00 p.m. or after that.
I have attached two images. When the fullCalendar view is "month" the event is visible, but when the event is rendered with the "listMonth" view the event is not rendered.
Steps to reproduce:
-
Create an event with date:
start: 2022-03-31 6:30 PM, end: 2022-03-31 7:30 PM
-
Render the event in listMonth view.


Looks like the fullCalendar is not rendering the event with the last date of the month. For example, I created an event on the 31st of march with the start time as 6:30 p.m., then that event is not shown in the listMonth view.
This issue is only happening for the events with the last date of the month whose start time is 6:00 p.m. or after that.
I have attached two images. When the fullCalendar view is "month" the event is visible, but when the event is rendered with the "listMonth" view the event is not rendered.
Steps to reproduce:
Create an event with date:
start: 2022-03-31 6:30 PM, end: 2022-03-31 7:30 PM
Render the event in listMonth view.