A plugin to render simple calendars.
This branch is for CakePHP 5.0+. For details see version map.
- Simple and robust
- No JS needed, more responsive than solutions like fullcalendar
- Persistent
year/month
URL pieces (copy-paste and link/redirect friendly) - IcalView class for
.ics
calendar file output.
See the demo Calendar example at the sandbox.
composer require dereuromark/cakephp-calendar
Then make sure the plugin is loaded in bootstrap:
bin/cake plugin load Calendar
See Documentation.