Provide backend calendar for Reservations plugin.
Key features:
- quick overview of reservations
- reservation color taken from reservation status
- normal or aggregated view, see screenshots
- last stable version of fullCalendar component
- easily extensible!
Before use be sure you have Reservations installed.
Settings
At Backend > Settings > Misc > Reservations Calendar you can find calendar settings. You can set first day of week, hidding past events or date formats.
Add your own calendar
For adding new calendar, copy file /plugins/vojtasvoboda/reservationscalendar/config/config.php
to
/config/vojtasvoboda/reservationscalendar/config.php
and add new calendar section by coping any other section.
For example I took second calendar and made a copy to:
'mycalendar' => [ 'name' => 'My calendar', 'class' => 'VojtaSvoboda\ReservationsCalendar\Widgets\FullCalendar', 'assets' => [ 'css' => [ '/plugins/vojtasvoboda/reservationscalendar/widgets/fullcalendar/assets/css/fullcalendar.css', ], 'js' => [ '/plugins/vojtasvoboda/reservationscalendar/widgets/fullcalendar/assets/js/fullcalendar.js', '/plugins/vojtasvoboda/reservationscalendar/widgets/fullcalendar/assets/js/fullcalendar_normal.js', ], ], ],
If you want only change seetings of fullCalendar, create copy of file /plugins/vojtasvoboda/reservationscalendar/widgets/fullcalendar/assets/js/fullcalendar_normal.js
to
/plugins/acme/site/widgets/fullcalendar/assets/js/fullcalendar_normal.js
and change this path in config above.
Do you want to change whole logic of fetching data? Create copy of FullCalendar class and change it in config file.
All configured calendars will be loaded at backend Settings and you can select which one to show.
Licence
Plugin use OctoberCMS licence for paid plugins, Regular or Extended.
Icon made by Vectors Market from www.flaticon.com.
-
Catkin M
Found the plugin useful on 5 Nov, 2022
When I first tried to use this plugin it didn't work for October V3.1, after reaching out to Vojta by email he fixed the plugin and emailed me back in under 24 hours. Amazing dedication and great support, now I can use this plugin to extend their excellent reservations plugin! Worth every cent for your end users.
-
Mart Pöör
Found the plugin useful on 30 Jul, 2019
For some reason the calendar fetches data to display only when I open the calendar and change the months one forward and back again. My OctoberCMS current build is 455. If I choose week or day view I get no results shown whatever I do. Is there any stable build version I could downgrade OctoberCMS so that it would work with the plugin or am I missing something?
-
Vojta Svoboda author
Replied on 31 Jul, 2019
Thanks Mart for your feedback, it is fixed in version 1.0.6.
-
mike
Found the plugin useful on 15 May, 2017
very good !
-
1.0.7 |
Fix for October CMS v2 and v3 Nov 04, 2022 |
---|---|
1.0.6 |
Updated FullCalendar to the version 2.9.1 Sep 19, 2019 |
1.0.5 |
Fix assets paths Dec 09, 2017 |
1.0.4 |
Fix getting default calendar Jul 28, 2017 |
1.0.3 |
Refactor getting event title for better extensibility Jul 28, 2017 |
1.0.2 |
Fix backend Settings tab name Dec 15, 2016 |
1.0.1 |
First version of ReservationsCalendar Dec 04, 2016 |