Questions about the 6.x branch of FullCalendar. Always use the "fullCalendar" tag in conjunction with this tag.
Questions tagged [fullcalendar-6]
45 questions
2
votes
1 answer
FullCalendar locale not setting button labels and firstDay
According to docs, setting the locale property should translate header buttons and set the firstDay property, among others.
But this simple JS snipped (codepen) will be displayed with Sunday as first day of week.
Some strings are translated, like…

Maxxer
- 1,038
- 1
- 18
- 37
2
votes
1 answer
Automatically update FullCalendar v6.1 title depending on month currently in view in dayGridYear
For dayGridYear, is there a way to update the title so that it reflects the month currently in view?
Currently (dayGridYear view, fullCalendar):
The goal (modified dayGridYear view, fullCalendar):
I have tried playing with
datesSet={(arg) => {
…

hallofren
- 21
- 3
2
votes
2 answers
Adding user to event title
I'm working on a calendar base on FC6 and I was trying to add to my event title the user that created the event.
This is my info.event:
and nomeUtente is the text I want to add to my event.
I tried this in my eventDidMount:
eventDidMount:…

nano
- 65
- 6
1
vote
1 answer
Is it possible to inject header in FullCalendar version6?
In version 6 of full calendar there is a possibility to inject a content via ng-template. Example is based on eventContent.
{{ arg.event.title }}
…

user18974278
- 21
- 5
1
vote
0 answers
Fullcalendar.getEvents() doesn't return recurring events outside current view
According to the .getEvents() documentation, it should return "all events in memory", but when having simple recurring events outside the current view, it doesn't.
No matter if they are dynamically added via calendar.addEvent() or are loaded with…

msg
- 7,863
- 3
- 14
- 33
1
vote
0 answers
fullcalendar ver 6.15 - how to get event ID on event click and how to add a line break in event description?
Searched on SO, such as this thread, and this one, but have not found a working solution. Basically once the event is added, the ID is not in the HTML. But we need the ID for background work.
Second question is, how to add a line break to the event…

Cal
- 747
- 1
- 13
- 30
1
vote
1 answer
Fullcalendar.io - multiMonthYear to display up to +1 year
Wondering if anyone could shine some light on Fullcalendar v6.1.5
I'm trying to display the Fullcalendar to allow toggling up to +1 year from current year. Tried various methods even by trying to disable the fc-nextYear-button but, they don't even…

JustCode
- 121
- 9
1
vote
1 answer
react full calendar end option is weird
Recently using react full calendar. I am not getting the value I want.
The date format entered in 'start' is displayed on the screen as it is.
However, the date entered in 'end' is fixed at 12:00am even if the time changes.

helpme
- 13
- 3
1
vote
0 answers
Change background colors of Month Day Week button views when active
I am working on an ASP.NEt MVC application (visual studio 2022 for mac) with Fullcalendar 6.1.4 . I would like to change the background-color of the "Month" "Week" "Day" fc-button of my fullcalendar once clicked.
I was able to change their color…

Stéphane
- 11
- 1
1
vote
0 answers
How to display custom event info using FullCalander v6 with react
I am trying to create an appointment planner and I want to be able to show the description of the appointment as well as participants.
I've been going over the documentation on the site https://fullcalendar.io/ for awhile and thought maybe the…

theBGuy
- 11
- 1
0
votes
1 answer
FullCalendar Angular, in eventDidMount only last setProp is working after navigation button is pressed
I am using FullCalendar in Angular with rrule pluging and repeating events. I want to change the backgroundColor, textColor etc. inside the eventDidMount callback. However, on using setting multiple props inside the eventDidMount hook, only the last…

Sidharth Bajpai
- 112
- 7
0
votes
1 answer
How to create a timeslot from 9am to the next day at 9am
I am using fullCalendar. Right now I have only single day time slot avalible for example 0 to 24hrs.
Instead I want a custom time slot of 24 hours if possible, for example today 9am to the next day at 9am.
0
votes
0 answers
event id not sent successfuly from js to main.py
I am trying to send the event id from the front end JS code to my back end server.
I am getting this error:
fullcalendar.min.js:6 Uncaught TypeError: Cannot read properties of
undefined (reading 'fn')
I am using the function below, which is taking…

Johnny_Bee
- 1
- 2
0
votes
0 answers
Full Calendar upgrade to 6.1.8 version in angular project 15
I have recently upgraded my project from Angular14 to Angular15 version15.2.9. Accordingly I upgraded the FullCalendar packages to 6.1.8 for compatability. Everything is working fine except that the time-slot that used to show earlier in the UI does…

NIVEDITA RASHMI
- 1
- 1
0
votes
0 answers
Fullcalendar last date shows as +1 more
I'm using Fullcalendar.io to render a calendar.
For some reason, the last event always shows as "+1 more" instead of a bar like the previous events.
JSON looks like
{
"events": [
{
…

Shawn
- 3,031
- 4
- 26
- 53