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

loadEvents not working ? #28

Closed TheRoby closed 9 years ago

TheRoby commented 9 years ago

Hi, I followed the readme, and i see the calendar ! But when i want to display event, i have nothing. I fell that the loadEvents function not running ...

if i add a echo "hello world" in __construct i see it, but if i add it in loadEvents, i have nothing ...

my config.yml file : fb.eventsbundle.calendar_listener: class: Fb\EventsBundle\EventListener\CalendarEventListener tags:

My calendaEventListener is the same as the readme ...

Thanks for your help

TheRoby commented 9 years ago

I was tired ... there is no problem :)

Sorry ...