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

Add the request to the event, so it can be used for filtering in the eve... #11

Closed arendjantetteroo closed 10 years ago

arendjantetteroo commented 10 years ago

...ntlisteners

Right now the event listeners can only query on start and enddate. It can be usefull to have the complete request object available as well, so it's possible to filter on other variables, like a category selectbox on the same page.

arendjantetteroo commented 10 years ago

Want me to update this pull request?

mikeyudin commented 10 years ago

No worries, I've updated the calendar-settings and extended the README a bit.

Thanks!

arendjantetteroo commented 10 years ago

Cool thanks!

Might be good to change the readme from getting "filter" from the request to "myCustomFilter", to be in line with adding the custom javascript below.

mikeyudin commented 10 years ago

Agreed. Done. Thanks for your help! Will work on your other PR soon.