[feat]Remove All Day in fullcalendar view
This commit is contained in:
parent
3b15cca2b4
commit
e9145f8940
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ $( document ).ready(function() {
|
||||||
let fullcalData = $('#fullcalendar');
|
let fullcalData = $('#fullcalendar');
|
||||||
|
|
||||||
var calendar = new FullCalendar.Calendar(calendarEl, {
|
var calendar = new FullCalendar.Calendar(calendarEl, {
|
||||||
|
allDaySlot: false,
|
||||||
timeZone: 'UTC', // TODO: Events are stored in conference's timezone implicitly (UTC+0) in the database
|
timeZone: 'UTC', // TODO: Events are stored in conference's timezone implicitly (UTC+0) in the database
|
||||||
initialDate: fullcalData.data('day'),
|
initialDate: fullcalData.data('day'),
|
||||||
initialView: 'resourceTimeGridDay',
|
initialView: 'resourceTimeGridDay',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue