[feat]Remove All Day in fullcalendar view
This commit is contained in:
parent
fdfa540a65
commit
a0e3770dc3
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue