Add an agenda view to calendar

This commit is contained in:
Bernd Bestel 2018-11-24 20:18:13 +01:00
parent 367a3e52de
commit 61fc6e05f4
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1,7 +1,7 @@
$("#calendar").fullCalendar({ $("#calendar").fullCalendar({
"themeSystem": "bootstrap4", "themeSystem": "bootstrap4",
"header": { "header": {
"left": "month,basicWeek", "left": "month,basicWeek,listWeek",
"center": "title", "center": "title",
"right": "prev,next" "right": "prev,next"
}, },