Questions tagged [fullcalendar-5]

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

573 questions
4
votes
1 answer

Update events in calendar after change in variable - Fullcalendar

Using Fullcalendar with Vue.js, I'm passing the initial events from a variable, but I need that after this variable is updated, the events were updated in the calendar also. The documentation seems to be clear about that: But I've tried this and…
Cristianjs19
  • 765
  • 1
  • 9
  • 15
4
votes
3 answers

fullcalendar appear after window resize only | angular

I installed fullCalendar in my project but the calendar appears only when screen is resized. I added this code in home.module.ts import { FullCalendarModule } from '@fullcalendar/angular'; // the main connector. must go first import dayGridPlugin…
pkworlz
  • 41
  • 6
4
votes
2 answers

FullCalendar URL not working on list view - using customHTML

I'm creating a calendar for courses and I'm using the customHTML field for the event content because I want to style the content in the event. On Desktop I show the "month view" and the event URL works fine but on screens smaller than 480px I show…
debinz
  • 41
  • 2
4
votes
1 answer

fullcalender angular 10 initial view not working

I am using angular 10 and fullcalender 5.3.1. For some reason i cant set fullcalender initialView to day view. It always stuck with dayGridMonth view This is html -
Asif Rahman
  • 453
  • 7
  • 16
4
votes
3 answers

FullCalendar unknown option 'dateClick'

I have a rails 6 application and added FullCalendar by following the official docs(using yarn and webpacker) When I run the server, the calendar displays correct and clicking on an event also works, but clicking on a date doesn't do anything. In the…
Hackman
  • 1,614
  • 1
  • 12
  • 15
4
votes
1 answer

Fullcalendar v5 Last hour notshowing after set slotMaxTime dinamiclly

I am trying to add dinamiclly slotMinTime and slotMaxTime, after I do that last hour not showing. I saw in HTML its there but not showing. I try calendar.destroy and render but nothing...you can see on image. Here is my code.. Plesase help!!! Last…
3
votes
2 answers

FullCalendar in Angular

Could anyone please explain to me what I'm doing wrong in the http get statement below? I'm trying to populate FullCalendar events dynamically, but no events are added. The service appears to be returning the same result as the "of". The runnable…
Frank Jusnes
  • 175
  • 1
  • 13
3
votes
2 answers

FullCalendar 5 - How to show a coloured dot to the left of events in initialView: 'timeGridWeek' instead of solid fill

When I set the FullCalendar to: initialView: 'dayGridWeek', The Events are shown with coloured dots instead of solid fill (this is what I want). However, when I set the FullCalendar to: initialView: 'timeGridWeek', the Events appear as solid fill.…
Glyn
  • 1,933
  • 5
  • 37
  • 60
3
votes
1 answer

Drop and Dragging events in fullCalendar does not work angular

I want to implement a drag and drop functionality for my fullCalendar events. The functionality enables users to drag and drop events within the calendar to change their event in another day and time. This is the html code I have:
3
votes
2 answers

Set each different color in the event box with full calendar function

I have a problem setting the color in each event box in the full calendar function. Currently, I just can set in the fc-daygrid-event-dot. May I know how to set the background color in each event box? Below is my coding: …
3
votes
1 answer

Uncaught ReferenceError: Tooltip is not defined

I am using Full Calendar v5.3.2 in my rails application Rails version 4.2.11. on initializing tooltip in eventDidMount i am getting an error of Tooltip is not defined I am using bootstrap.bundle in my project so I think I don't need popper.js for…
3
votes
2 answers

get start day of week and end day fullCalendar

I´m traying to get actual week with fullCalendar plugin in laravel 5.8. I need get it, to send this date to controller and to do a query with this date. In my script.js i have a listener click but change my view to week and in this view in title put…
scorpions78
  • 553
  • 4
  • 17
3
votes
0 answers

Year view on FullCalendar v5

I'm using FullCalendar v5 with react. I need to show a year view, like the one GoogleCalendar has: https://prnt.sc/vljfwj. I have seen that FullCalendar doesn't have a plugin or smth. What I'm trying to do, is creating a custom view, but I don't…
wavelet
  • 41
  • 3
3
votes
2 answers

filter fullCalendar (v5) events to be displayed based on view

In dayGridMonth I want to see a subset of the events, and in listMonth I want to see all of them. E.g. in the grid view I don't want to see events with title break (in my actual case it is a more complex rule: only show unique event titles). I…
wivku
  • 2,457
  • 2
  • 33
  • 42
2
votes
1 answer

FullCalendar events (as a json feed) is getting re-fetched after eventClick and dayClick

I am using FullCalendar in a React page and in order to get the events I am using events as a json feed (https://fullcalendar.io/docs/events-json-feed). The data gets loaded fine however when I use eventClick or dateClick to open a modal,…
newtel
  • 21
  • 2
1
2
3
38 39