Questions about the 6.x branch of FullCalendar. Always use the "fullCalendar" tag in conjunction with this tag.
Questions tagged [fullcalendar-6]
45 questions
0
votes
0 answers
Can you use the default event content with a custom button in FullCalendar React?
I'm using fullcalendar/react to build a custom calendar with events on them. On each of the events, I want to add a material UI icon button in the bottom right corner of the event, but when I use the eventContent props on the Calendar, it completely…

Kevin Hoopes
- 477
- 2
- 8
0
votes
0 answers
Upgrade fullcalendar to version 6
We are trying to upgrade fullcalendar v.6 (React) at the resource prop in

Bo Wann
- 1
0
votes
1 answer
FullCalendar - MultiMonth - Nb of events per day
I'm using FullCalendar 6.1.
I would like to know if there is a solution to display more than one event per day in a multiMonths view?
I tried dayMaxEventRows, and dayMaxEvents, but it doesn't seem to work.
Thanks for any help.
0
votes
0 answers
Converting FullCalendar Horizontal Resource Agenda View from v3 to v6
I am upgrading from FullCalendar v3 to v6 and need help converting the horizontal resource agenda view from V3 to V6. In v3, resources were displayed horizontally across the top, but I can't find an equivalent in v6. Any guidance on how to achieve…
0
votes
0 answers
How to add data from database as events to fullcalendar?
I want to add appointments from my database as events into fullcalendar. Right now the calendar renders, but events do not appear in it.
This is my html code(only the calendar related part):
Calendar

RoboRopuch
- 3
- 2
0
votes
1 answer
FullCalendar V6 (Angular) with Timegrid plugin- how to hide "All-Day", CalendarOptions doesn't have "allDaySlot" option?
I'm having trouble using a defined parameter referred to in the documentation here
https://fullcalendar.io/docs/allDaySlot
When I try to use the option in the options override, the option is not recognized.
import {AfterViewInit, Component} from…

Archonite
- 143
- 1
- 8
0
votes
0 answers
AllDay event not triggering in Fullcalendar Scheduler 6.1.8
I am using Fullcalendar Scheduler version 6.1.8. In previous version I was able to click on allDaySlot and triggered select event. In this latest version when I click the allDaySlot, nothing happens. Any idea?

gdolenc
- 301
- 1
- 2
- 17
0
votes
0 answers
Full Calendar - refetchResources when next or prev button clicked with parameters
I am confused on how to refresh the resources list (json ).
I am using this code inside the calendar initialization
resources: {
url: 'classroomlist.php',
method: 'GET',
extraParams: { dte:…

Dhaker Hassen
- 1
- 2
0
votes
1 answer
Fullcalendar can make 2 views and 1 tool control?
I used the fullcalendar javascript, but I have a problem including a view between listMonth and GridMonth 1 in the toolbar control. Please guide me on how to do it.
or not I want to disable tool control in Calendar List Month, but I have to check…
0
votes
0 answers
In FullCalendar (v6), which is better, eventContent or eventDidMount?
I would like to display an image that will be an icon to the left of the title that appears on the calendar,
I am not sure whether I should use eventContent or eventDidMount.
Which do you recommend?
With eventContent, I was able to successfully…
0
votes
1 answer
Using FullCalendar in PHP page with data from mysql database
I am currently writing a simple calendar page to show some upcoming events. The events are stored in a Mysql database and I want to display them on a FullCalendar inside a PHP page. This is my first time using javascript and I need a few…

English_Man
- 41
- 4
0
votes
1 answer
Full Calendar dayGridMonth not showing dot and time format
I want to display time format before event. Something like "8p - Event" in the month view.
I am using fullcalendar 4 with symfony 6!
This i have so far
Thanks in advance!
This is my calendar code with Calendar…

DJ Michael Constanta
- 11
- 1
- 1
0
votes
1 answer
Getting FullCalendar to render proportional event start and end times in 'dayGridMonth' mode
I am trying to get FullCalendar to display events honouring the start and end times. The calendar is read-only in 'dayGridMonth' mode and currently the events take up the whole day and overlap when, for example, the first event ends at 11:00 and…

Andrew at the beach
- 13
- 3
0
votes
0 answers
FullCalendar, refresh of events not working after insert to database
I have problem with my FullCalendar v6 and adding events to mysql database and refreshing page/events. If I add event, its correctly insert to database, but FullCalendar didnt load, and didnt display the event so I must push F5.
I have these code of…

Kubik Sukenik
- 49
- 1
- 7
0
votes
0 answers
FullCalendar problem (you could help without knowledge of FullCalendar)
I have a calendar with FullCalendar v6, I want to remove some time slots (it works) but the problem is that if I have events after this time slot, when I render the calendar, due to the fact that the event is related with the column in the DOM…

Magic
- 1
- 1