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

Show end date or event height based on duration #46

Closed bettinz closed 8 years ago

bettinz commented 8 years ago

Hello, I'm using your bundle (v 2) and it works great. Thank you! I want to show end time on event name in calendar or to manage event height based on duration (ex. 1 row for 6 hours, 2 row for 12 hours, 4 row is all day). Is that possible?

Also, is possible to set 24 hours format for time?

Thank you

mikeyudin commented 8 years ago

These are all configuration options for Full Calendar (http://fullcalendar.io/docs/). This bundle just links the symfony backend to FullCalendar client-side library. You'll need to override the calendar-settings.js file in this bundle to configure FullCalendar differently than the defaults.