bokmann / fullcalendar-rails

an asset gem containing Adam Shaw's excellent fullcalendar jquery plugin
MIT License
463 stars 155 forks source link

listMonth does not render event with the last date of month #102

Open jyotisingh-tudip opened 2 years ago

jyotisingh-tudip commented 2 years ago

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:

  1. Create an event with date: start: 2022-03-31 6:30 PM, end: 2022-03-31 7:30 PM

  2. Render the event in listMonth view.

Screenshot 2022-03-24 at 2 08 07 PM Screenshot 2022-03-24 at 2 11 34 PM

rohandani-tudip commented 2 years ago

Yes, @jyotisingh-tudip I am also facing the same issue. Would wish this to get solved soon.

Thanks!

gr8bit commented 2 years ago

@jyotisingh-tudip @rohandani-tudip you seem to be experiencing an issue with fullcalender, but this GitHub project is only the packaging of the fullcalendar project for Ruby on Rails. You probably want to let the maintainers of fullcalendar know about your issue here: https://github.com/fullcalendar/fullcalendar

rohandani-tudip commented 2 years ago

@gr8bit, thanks for the reply. We will reach out to the fullcalendar team.