Skip to main content
The 2024 Developer Survey results are live! See the results

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
2 votes
1 answer
30 views

Is fullcalendar 5 compatible with angular 15+?

I'm in the process of updating my angular project from 13 to 17 and currently using fullcalendar/angular version 5.11.2. Is this version compatible with Angular 15 to 17 ? I managed to use version 5....
MattD's user avatar
  • 33
1 vote
0 answers
14 views

Getting issue for selection dynamic slot duration in fullcalander

I want to display slot duration dynamically for day because we are using fullcalander for booking the volleyball court bases on hours like 10 to 23.
 I want to set the slot duration for 10 to 03:00 ...
Ajay Kumar's user avatar
0 votes
0 answers
82 views

How can I set parameters inside clouser

I have a function that gets a parameter callId I checked here and in the first log I get the result "Initializing calendar with ID: 1" But for the second log I can't get the ID "Select ...
Dmitry's user avatar
  • 15
-3 votes
0 answers
14 views

What is the best data basis or calendar to use [closed]

We have tried both Google Calendar and Nextcloud Calendar as calendars for fullcalendar.io. Unfortunately, it is not possible to use fullcalendar.io to its full extent with either of them. For example,...
Donut's user avatar
  • 5
0 votes
0 answers
39 views

Full calendar event handling (date changes in events)

So, in my code I have added the drag and drop fetaure. Events may be dragged to another date. No brainer, easy to accomplish. But now I wonder how can i check this change in the calendar and then ...
Jose Luiz Durigon's user avatar
0 votes
0 answers
12 views

Fullcalendar with vue using eventResize and eventDrop, work when dragging time or changing time

I use editable = true and use eventDrop and eventResize to be able to move times, locally it works perfectly, but when I play for production (npm run build), when dragging the time, the screen ...
Keven Dev's user avatar
0 votes
0 answers
17 views

Fullcalendar.getEvents() doesn't show the just added- or still show the removed- event?

I'm working on a application which is using the full calendar component. Events can be add by a popup window, so that user can add some data like discription etc. On that popup window is a 'Save' ...
user2363969's user avatar
-1 votes
0 answers
18 views

How to implement 2 way sync with google calendar and Full calendar in angular 8

I want to show Google Calendar events in full calendar in angular 8 user-wise... I mean in my angular application sync google calendar event of logged in user using his email id with full calendar and ...
Mohammad Malek's user avatar
0 votes
2 answers
47 views

Display only Week view in default views on React Fullcalendar.io

I'm using Fullcalendar.io with React and I'm interested in displaying only the Week view (not a custom special one, just the default week view). Is there a way to do it without creating a custom view?
Heavenly Journey's user avatar
0 votes
0 answers
29 views

how to add event to FullCalendar Component without calling api

im currently trying to add events to my object instead of adding the event via getApi().addEvent(...). Ive tried it by simply adding a new event to the array but instad of 2 events the old one got ...
Elias Walder's user avatar
0 votes
0 answers
25 views

FullCalendar (React), events are NOT rendered in resource timeline view

On a resource timeline monthly view, I'm trying to display some resources and its associated events as shown in the below code block: Code Block: export const SchedulerCalendar = () => { const ...
elanpras's user avatar
1 vote
1 answer
26 views

Vertical Resource View with events from multiple Google Calendar

I am trying to create a Vertical Resource View (1-day vertical resource view) with events from multiple Google Calendars. To do this, the events from a single Google Calendar each represent a resource....
Donut's user avatar
  • 5
1 vote
1 answer
62 views

Full calendar custom header toolbar

I'm using a calendar component with the following headerToolbar configuration in my React application: headerToolbar={{ start: "TODAY prev,next", center: "TITLE", end: "...
Sumanth G S's user avatar
-1 votes
0 answers
27 views

React Full Calendar events that are associated with resources are not getting rendered on the resourceTimelineMonth view

We are already using a licensed version of Full Calendar in our application which is in Open UI5, we are in the process of converting our application screens into React, so as a part of this ...
elanpras's user avatar
1 vote
0 answers
24 views

Fullcalendar TypeError: arg.resource is undefined

I am using fullcalendar in resourceTimelineXXX mode like this example: https://fullcalendar.io/docs/resourceAreaColumns-grouping-demo Sometimes when I change thee date range, I get this error: ...
itajackass's user avatar

15 30 50 per page
1
2 3 4 5
659