adesigns / calendar-bundle

This bundle allows you to integrate the jQuery FullCalendar plugin into your Symfony2 application.
MIT License
97 stars 60 forks source link

Fixing bug where timestamp is expecting a numeric value #33

Open dotstormz opened 9 years ago

michaelyudin commented 9 years ago

Can you please explain the bug you are having? Full Calendar should be passing a timestamp already. This PR does not work on my end. Are you using a different version of FullCalendar?

JulienPradet commented 9 years ago

It's not a timestamp anymore with a newer version of fullcalendar. Source: http://fullcalendar.io/docs/event_data/events_json_feed/

Will this eventually be merged ?

Toasterson commented 9 years ago

There is another pull request which updates fullcalendar to 2.0.2 and fixes the Controller Accordingly. See #24. You could also use my fork if you want a newer version of fullcalendar.

JulienPradet commented 9 years ago

Thanks. Your fork works like a charm indeed. :)

mikeyudin commented 9 years ago

I will merge Toasterson's #24 and report back. Please give me some time to get this merged.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling df77ae2677c298353a4d78056f3e8154b97f51f4 on dotstormz:master into on adesigns:master.