Tidy up calendar

This commit is contained in:
2023-11-07 22:49:36 +00:00
parent 3c4ef15955
commit 6954e09296
2 changed files with 6 additions and 2 deletions

View File

@@ -26,11 +26,15 @@ function render_calendar() {
isReadOnly: true,
useDetailPopup: true,
usageStatistics: false,
month: {
startDayOfWeek: 1,
visibleWeeksCount: 4,
},
calendars: [
{
id: '1',
name: 'Hackspace Events',
backgroundColor: '#ff0000',
backgroundColor: '#d41246',
},
],
});

View File

@@ -20,5 +20,5 @@
{{ end }}
{{ define "content" }}
<div id="calendar" style="height: 800px"></div>
<div id="calendar" style="height: 600px"></div>
{{ end }}