adesigns / calendar-bundle

This bundle allows you to integrate the jQuery FullCalendar plugin into your Symfony2 application.
MIT License
97 stars 61 forks source link

Symfony4 #64

Open basox70 opened 6 years ago

basox70 commented 6 years ago

Is there any way to make this calendar compatible with symfony 4 ?

mikeyudin commented 6 years ago

Feel free to submit a PR. Otherwise I can do it as time allows.

tattali commented 5 years ago

Hello, you can use this bundle that fully support Symfony 4

https://github.com/tattali/CalendarBundle

brockhaus commented 5 years ago

@tattali Looks promising. Is this a fork of this repo? Can I simply "replace"? Or do I have to configure it freshly and create some other listeners?

tattali commented 5 years ago

@brockhaus Hi this is not a fork of this repository you should look the documentation. The differences are in the linstener. Maybe the URL too.

brockhaus commented 5 years ago

@tattali Thanks! I was already able to exchange this version with your version. It was not that hard, I was able to use most of my code and your documentation did show me exactly what to change. :) The most time took the styling of the calender, but I am done. Thanks for this implementation! :+1:

tattali commented 5 years ago

Thanks for the feedback! Do not forget to star it if you like it!

brockhaus commented 5 years ago

Done. :)