tattali / CalendarBundle

Provides event calendar for your Symfony project. Compatible with API like Google Calendar.
https://packagist.org/packages/tattali/calendar-bundle
MIT License
147 stars 21 forks source link

Update Event.php #60

Closed treeindark closed 10 months ago

treeindark commented 1 year ago

Event with allday don't display in allDay slot

change date format for start event to 'Y-m-d' if allDay is true.

rapid fix for FullCalendar Standard Bundle v6.1.6

Chris53897 commented 1 year ago

Hi @treeindark I did not noticed that yet (i just started using the calendar). Your changes are looking correct after a look at the docs https://fullcalendar.io/docs/event-object

We need the same for end as events could be span multiple days. Or am i missing something? I was expacting that FullCalendar handle this by himself.