Skip to main content

Questions tagged [fullcalendar]

Fullcalendar is a library developed by Adam Shaw that loads events by AJAX (as well as other methods) and presents them in a calendar/agenda display. Please always tag your fullCalendar version additionally - e.g. fullcalendar-5, fullcalendar-4 etc.

fullcalendar
0 votes
0 answers
12 views

Premium Fullcalendar not picking up Bootstrap5 theme

This is what i'm seeing (theme does not look to be applied) This is how i would expect it to look I can get the bootstrap theme to work on the standard edition of fullcalendar, just not the premium ...
case1352's user avatar
  • 1,116
0 votes
1 answer
23 views

Event Color based on Resource / Room Color - Fullcalendar.js PHP MySQL

I want to display the event color / background color based on each room's color (I have 3 different colors for 3 different rooms/resource). But the parsed colors from resources.php wasn't displayed as ...
Bryant CH's user avatar
0 votes
0 answers
16 views

Fullcalendar visibleRange not called when view is multiMonthYear

Fullcalendar's visibleRange is not getting called when initial view is multiMonthYear. I supose it doesn't reach the code since it doesn't even execute a console log inside the function. I have tried ...
Moha Hajjami's user avatar
0 votes
0 answers
13 views

Fullcalendar multi-month grid skip specific months when using duration to make course view

I'm trying to display a view as a school course, which spans through two years skipping july and august as these count as vacation. options = <CalendarOptions>{ plugins: [...
Moha Hajjami's user avatar
0 votes
0 answers
25 views

Customizing the time slots in Fullcalendar [closed]

I'm using FullCalendar in reactjs/typescript and would like to have a weekly schedule that is divided in slots, each having small breaks/lunchtime inbetween. Just like this question, except that it ...
Luis Angel Urena Lopez's user avatar
1 vote
0 answers
24 views

node_modules error TypeError: Failed to resolve module specifier

I just randomly got this error when i deployed my application using AWS Amplify TypeError: Failed to resolve module specifier "@fullcalendar/daygrid". Relative references must start with ...
Randy Chu's user avatar
0 votes
0 answers
19 views

TimelineMonth sticky header is not working

I refer to this demo demo I added the height attribute auto to my config, but it didn't work. My fullcalendar version is 6, use vue2 frame this my config { // ... select: this.handleDateSelect, ...
MingHao Zhu's user avatar
0 votes
1 answer
35 views

Enhanced Full Calendar List View with button, but click has no effect

I added several buttons with toggle-actions (showing just one expl. below) to full calendar list view, but none of them is clickable. The togglePublic-function is available and I also made the height ...
meDom's user avatar
  • 255
-1 votes
0 answers
14 views

dragged event in fullcalendar with resourcetimeline [duplicate]

need dragged event 'class="external-event"' from start and end date with choose resource and without change start and end date calendar = new FullCalendar.Calendar(calendarEl, { plugins: ['...
mohammed naseralla's user avatar
0 votes
0 answers
21 views

How to vertically reorder events by drag and drop in fullcalendar?

I am using the version 3 of fullcalendar in my PHP project and currently we are already using the drag-n-drop function to change the dates of the events in the non-time-aware views (basicDay, ...
Muriel Rupp's user avatar
0 votes
0 answers
44 views

fullcalendar with resourcetimeline laravel php [closed]

How can I use Draggable events, read start and end dates from the event and fix them, but allow the user to choose the resource? This is my fullCalendar code with Draggable. The resources and events ...
mohammed naseralla's user avatar
0 votes
0 answers
15 views

FullCalendar's SOC Report for IT Security

Looking for a Service Organization Controls (SOC) report to verify that the FullCalendar developers and the tool itself adhere to best practices for protecting client data. I have looked through the ...
AdamM's user avatar
  • 1
0 votes
0 answers
26 views

Fullcalendar eventColour on MySQL Title

I am currently running FullCalendar (V4? I'd be lying if I was certain on this!) on my website and I am trying to change the colour dynamically depending on the title of the event in the MySQL ...
Josh's user avatar
  • 47
0 votes
1 answer
47 views

FullCalendar not rerendering

I am trying to make it so that when a date is clicked, it goes to the day view of that day. Here is my code: import dayGridPlugin from "@fullcalendar/daygrid"; import FullCalendar from "...
Aurumen's user avatar
  • 11
1 vote
0 answers
37 views

I created a custom parameter to eventOrder but Fullcalendar separetes allDay from not allDay events

The problem I am trying to solve is to display all events (doesn't matter if allDay true or false) ordering by the parameter I created named 'level'. I created a 'level' parameter for my EventObject ...
Muriel Rupp's user avatar

15 30 50 per page
1
2 3 4 5
659