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:
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