diff --git a/app/assets/javascripts/fullcalendar.js b/app/assets/javascripts/fullcalendar.js index 77e02e2e..c743d342 100644 --- a/app/assets/javascripts/fullcalendar.js +++ b/app/assets/javascripts/fullcalendar.js @@ -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',