ancarebeca / FullCalendarBundle

Symfony3 integration with the library FullCalendar.js
36 stars 38 forks source link

Add another route, LoadDataListener #47

Closed Matteo-Peronnet closed 4 years ago

Matteo-Peronnet commented 6 years ago

Hi

I tried the plugin, it works perfectly. However, I have a question. I wish to have two calendars on my website, they are on different pages. Both calendars should not retrieve the same data so they should not call the same route full-calendar/load. I don't know how to add a new route, and a new listener for loadData.

Thank you