Questions tagged [fullcalendar-4]

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

546 questions
2
votes
1 answer

Add custom columns to Fullcalendar Listview

I'm using Fullcalendar V4, and i'm trying to add a new column after the title on Listview with the EventRender function. I tried with some code using JQuery: eventRender: function(info) { info.el.querySelector('.fc-list-item-title').append(…
Francesco
  • 21
  • 1
  • 2
2
votes
0 answers

FullCalendar Scheduler split the day into Morning (am) and Afternoon (pm)

Using fullcalendar scheduler JQuery plugin I would like to have two time periods morning (am) and afternoon (pm) with business hours being 08:00 to 18:00 when you press the 5-day button. I have downloaded fullcalendar-scheduler-4.2.0 and modified…
2
votes
0 answers

FullCalendar recurring events create duplicates

I am implementing a calendar for my new website I retrieve events from a BackEnd application and show result in a modal using fullcalendar. I also use recurring feature from fullcalendar (https://fullcalendar.io/docs/recurring-events) to facilitate…
Marech
  • 157
  • 12
2
votes
0 answers

Is there a way to modify a mutli-day event in FullCalendar 4 to show up like this?

I am currently working on a web app, and I wanted to embed a calendar. I went with fullcalendar 4 as it looked nice and I only want to use it to display events. I set up the calendar and I’m showing my events to the user based on a json that…
Adam8899
  • 231
  • 1
  • 2
  • 7
2
votes
0 answers

How to clear the FullCalendar cache events

After drop an event from an external list and save this event on me server side i keep seeing the dropped event which is not in my source array. I tried a lot of solutions to clear events using EventSources as in this topic, but what is happening is…
Ranny
  • 136
  • 2
  • 16
2
votes
2 answers

how to catch next, prev, today event with fullcalendar for Angular 7 cli

I am implementing fullCalendar in my Angular 7 app, the calendar is working and i am importing some Events to it, but i am trying to do it more efficent, i am trying to bring just the events that the calendar needs. So.. i have some questions. How…
Sergio Cano
  • 690
  • 3
  • 13
  • 36
2
votes
0 answers

Fullcalendar migrate from 3.x to 4.x extraParams doesn't manipulate multiple input as array

I'm trying to migrate from fullcalendar 3.x to 4.x