Questions tagged [fullcalendar-5]

Questions about the 5.x branch of FullCalendar. Always use the "fullCalendar" tag in conjunction with this tag.

573 questions
2
votes
0 answers

How to include tooltip/popper in FullCalendar 5?

I am trying to incorporate tooltip/popper into my Fullcalendar so that when I hover over an event it shows the full title (it is truncated in the calendar). I have tried eventDidMount and nothing happens when I place my cursor over the event (and no…
Glyn
  • 1,933
  • 5
  • 37
  • 60
2
votes
0 answers

dayCellDidMount is not calling while clicking day view in fullcalendar Angular

dayCellDidMount is calling while week view and month view is clicked. But not calling while day view click. I have to change the background color for some special dates for that I have to get the current cell date and modify the el from…
2
votes
0 answers

FullCalendar: Render dayHeaderContent prop everytime an Event Changes

I use the dayHeaderContent prop from Full Calendar V5 to Inject certain extra content, Whenever I change or update an event and whenever the calendar re renders, the dayHeaderContent prop is being called and my new content is displayed on the top,…
WildThing
  • 969
  • 1
  • 12
  • 30
2
votes
1 answer

Accessing Full Calendar API in ReactJS

How do I access the full calendar API so that I can manipulate and use methods like setDates, moveStart etc.. I want to use the methods they provided in this page. https://fullcalendar.io/docs/Event-setDates Problem: The example full calendar…
WildThing
  • 969
  • 1
  • 12
  • 30
2
votes
0 answers

Tooltip not working with FullCalendar v5 In angular

I'm trying to update Fullcalendar in v5 in my angular app. I try to display a tooltip when the mouse is over an event. I have imported the library Tooltip and Popper as mentionned in the Fullcalendar docs but nothing appears when i'm over an…
Matthieu
  • 151
  • 1
  • 9
2
votes
1 answer

different header color for each resource in fullcalendar v5.9

I am working on fullcalendar v5.9 with resources, I want each resource has different background column color or different background header color. how can I do that? var calendar = new FullCalendar.Calendar(calendarEl, { …
nnmmss
  • 2,850
  • 7
  • 39
  • 67
2
votes
0 answers

FullCalendar v5: Rendering a popup to delete an event

I've been using the Full Calendar for my scheduling app and everything works great. So far I have two issues I'm struggling with. Show a pop up modal to confirm the delete of an event Setting the initial start time from 6am, then continue all the…
WildThing
  • 969
  • 1
  • 12
  • 30
2
votes
0 answers

Create multi-day events with gaps in fullcalendar

I am developing a planning solution using fullcalendar. I am struggling to find a fullcalendar approach for following requirements: Case: i want to plan an event of 40 hours by dragging an item into fullcalendar Requirements The calendar must create…
Flaaares
  • 21
  • 1
2
votes
0 answers

Fullcalendar - add data to the bottom section of day cell (fc-daygrid-day-bg)

This is the fullcalendar html structure: The fullcalendar cells are divided into 3 categories, and for the first 2 I was able to tap into and add custom data/styling: fc-daygrid-day-top (modified using the dayCellContent from…
Sami
  • 21
  • 4
2
votes
0 answers

Fullcalendar timeline week view the event end is not working

This is my calendar init code,using V5.8.0 var calendarEl = document.getElementById(id); calendar = new FullCalendar.Calendar(calendarEl, { schedulerLicenseKey: 'CC-Attribution-NonCommercial-NoDerivatives', headerToolbar: { left: 'today…
2
votes
2 answers

FullCalendar - Is it possible to set custom content on the top left cell?

In order to fulfill design requirements a custom icon/text has to be shown in the top left corner of a FullCalendar with timeGridWeek and resourceTimeGridDay views. I have tried but maybe it is not possible, BTW I am under FullCalendar v5 and React…
Watchmaker
  • 4,908
  • 1
  • 37
  • 38
2
votes
0 answers

FullCalendar Scheduler - nowIndicator only works with initialView as Day

Like the title says, I'm using the the FullCalendar Scheduler but I can't seem to make the nowIndicator to work with the initialView as resourceTimelineMonth or resourceTimelineWeek. The indicator stays at the 00:00 of the day. It only works fine if…
2
votes
0 answers

FULLCALENDAR: get resource on eventContent Hook

Using Fullcalendar v5. I am trying to integrate the horizontal timeline resource, where we have an employee and a customer. If an employee has to help a customer I want to show the same event for the employee resource and customer resource. The…
Andries Heylen
  • 363
  • 1
  • 2
  • 12
2
votes
1 answer

How to get element in eventContent of FullCalendar v5 and to assign it to tip?

I move into FullCalendar v5 from v4 and I try to set hints for any cell. In v4 I used eventRender like: eventRender: function (eventInfo) { let external_google_calendar_button = "" if (eventInfo.event.url…
mstdmstd
  • 2,195
  • 17
  • 63
  • 140
2
votes
2 answers

Version 91 of Chrome seems to have cause an issue with rendering the Full Calendar V5

FullCalendar V5 was working yesterday, but now my chrome browser has updated to version 91 and cannot render the calender, all i am able to see is the resources/users available. See screenshot attached. enter image description here
Scott
  • 21
  • 1