adesigns/calendar-bundle

Symfony4

Opened this issue ยท 7 comments

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

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

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

https://github.com/tattali/CalendarBundle

@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?

@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.

@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! ๐Ÿ‘

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

Done. :)