Questions about the 4.x branch of FullCalendar. Always use the "fullCalendar" tag in conjunction with this tag.
Questions tagged [fullcalendar-4]
546 questions
-1
votes
1 answer
What is this below the schedule and how do I disable it?
I have attached a picture of my fullcalendar view and wonder if I can remove the highlighted part underneath the schedule, and how to do that.
Code:
var calendar = new FullCalendar.Calendar(calendarEl, {
plugins: [ 'timeGrid', 'bootstrap' ],
…

Kevin From
- 142
- 2
- 9
-1
votes
1 answer
How can i display a Text on all cell day in Full calendar
I want to display a text on every cell in full calendar but im always getting that long bar by default. can anyone know how to do that?
$(document).ready(function(){
var calendarEl = document.getElementById('calendarOutput');
var calendar = new…

Christian Baldeo
- 9
- 2
- 7
-1
votes
1 answer
fullcalendar eventmouseover with no reaction
In my FullCalendar I have configured 2 simple listeners: eventMouseover and eventClick.
eventClick works fine.
eventMouseover doesn't work. Any reaction. No alert is triggered and nothing appears on console log.
Fullcalendar 4.0.2;
JQuery 3.3.1;…

maxime
- 51
- 6
-2
votes
1 answer
Add custom text to event in Day view - FullCalendar
How to add custom text in a fullcalendar event day view. I have this requirement to add a tagging in the event. Please refer to image attached.

Yuno
- 1
- 1
-2
votes
1 answer
How to enable my CodeIgniter controller to correctly identify ajax calls from FullCalendar4?
I am using FullCalendar 4.4.0 with a CodeIgniter application that I am working on.
In many places in my project, I am successfully using CI's $this->input->is_ajax_request() method to determine whether my controller is being loaded by an ajax…

mickmackusa
- 43,625
- 12
- 83
- 136
-2
votes
1 answer
fullcallendar v4 info.event.start shows different time than displayed in calendar
Calendar (fullcalendar v4) shows the event with proper time as read from the database and adjusted to required timezone.
I have event displayed between 12.00 and 14.00.
Part of calendar initialization:
calendar = new…

Marcin
- 63
- 1
- 8