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
8 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
27 views

Display only one of the default views on React Fullcalendar

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
19 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
21 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
0 votes
0 answers
12 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
  • 1
1 vote
1 answer
42 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
21 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
22 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
1 vote
0 answers
19 views

Allow fullcalendar events to span over multiple days buisness hours

I'm trying to use fullcalendar to create a planning application for organising jobs. I am using React. I have created some draggable events to plot on the calendar with specific durations. One of the ...
Lewis Self's user avatar
0 votes
1 answer
55 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,126
1 vote
1 answer
37 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
22 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
16 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
1 vote
0 answers
50 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
1 answer
47 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

15 30 50 per page
1
2 3 4 5
658