Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
events: Fix last day of web calendar for full-day event
In the events model, an event with an end_date but without an end_time is meant to include the last day. Fullcalendar.io, which is used for the web calendar, however, always regards the end datetime as exclusive. Add a day in the case that we have no end_time, so that the web calender includes the last day in the display.
- Loading branch information