First pass at making the calendar less crap

This commit is contained in:
2020-10-18 11:56:00 +01:00
parent 529941224e
commit 8a4fcdcecb
5 changed files with 45 additions and 11 deletions

View File

@@ -34,6 +34,7 @@
}
$('#calendar').fullCalendar({
themeSystem: 'bootstrap4',
editable: false,
eventLimit: true, // allow "more" link when too many events
firstDay: 1,