[feat]Remove All Day in fullcalendar view

This commit is contained in:
Jimmy 2021-04-30 16:50:18 +08:00
parent fdfa540a65
commit a0e3770dc3
No known key found for this signature in database
GPG key ID: FAE75C760A4A5CC6

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',