[feat]Remove All Day in fullcalendar view

This commit is contained in:
Jimmy 2021-04-30 16:50:18 +08:00 committed by CactusPuppy
parent 3b15cca2b4
commit e9145f8940
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -4,6 +4,7 @@ $( document ).ready(function() {
let fullcalData = $('#fullcalendar');
var calendar = new FullCalendar.Calendar(calendarEl, {
allDaySlot: false,
timeZone: 'UTC', // TODO: Events are stored in conference's timezone implicitly (UTC+0) in the database
initialDate: fullcalData.data('day'),
initialView: 'resourceTimeGridDay',