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
0 answers

Fullcalendar.io show more link(dayMaxEvents) tests doesn't work in the vue testing library

I am using full calendar v5 and testing-library/vue for tests. I try to test show more events in the popover. But although I am giving events more than 4 the show more link isn't being loaded on the calendar and it never works the moreLinkDidMount…
2
votes
0 answers
2
votes
1 answer

Fullcalendar with Angular, triggering ViewRender

The issue is triggering an event when the current view of Fullcalendar changes. For instance, when the month changes to previous or the next one. Using ViewRender did not help. In multiple resources, the recommended solution was ViewRender, however…
2
votes
1 answer

Full calendar 4.0 event displayed in 2 days in month mode if the start time is in between 22:00 to 24:00

In full calendar 4.0, an event with the time : "start":"2020-JULY-09 23:40", occupies 2 cells july-08 and July-9th in month mode as in the attached image and in Day mode also the events in the previous day those are in between the time 22:00 to…
Prabha
  • 266
  • 4
  • 25
2
votes
0 answers

Fullcalendar.io getEvent by date, or by extended property

Is there a way to find all recently-added events in the local memory using the default object property names, extended properties, or events on a specific date? calendar.getEvents() gets everything calendar.getEventById() gets only specific IDs. Is…
NamedArray
  • 773
  • 3
  • 10
  • 25
2
votes
0 answers

fullcalendar.io send request as JSON object instead of form data

Is there a way to gain further access into the request that Fullcalendar.io sends to the server? Like, are there AJAX options I can modify? I've examined the header, and it's sending a start and end param, plus the custom_params listed in the…
NamedArray
  • 773
  • 3
  • 10
  • 25
2
votes
0 answers

Custom styles inside a component in angular full calendar

I have used FullCalendar inside my angular application. I have created a reusable component using the FullCalendar and use it like this,
2
votes
1 answer

How to extend end time of fullcalendar recurring events to the next day?

How can I show a recurring event in which the end time exceeds the current day? Here's a sample data: const data = { id: 1, title: "ABC", startRecur: "2020-06-11T16:00:00.000Z", startTime: "23:00:00", endTime: "03:00:00", daysOfWeek:…
wobsoriano
  • 12,348
  • 24
  • 92
  • 162
2
votes
0 answers

Fullcalendar V4 JSON data for external events

I'm using Fullcalendar V4 for a planning tool. Now I want to use the external events option. When I put the data in the div manually it works great. But I need to get the data from a JSON response. When I try this it won't work. I can't drag the…
RoyBerner
  • 55
  • 1
  • 9
2
votes
0 answers

How to make accessable input in resource columns in fullcalendar

I need to have an opportunity to rename a resource name. I add a text input by render(), this works fine. But when I try to click into input, it is not possible and I do not know why. I just noticed, that got new class fc-unselectable. Is…
sylar32
  • 197
  • 3
  • 16
2
votes
2 answers

Dynamic change text on customButtons

I want to have edit/read-only button for the calendar. Everything works, but when I change view/day after click then default name of the button got added to the custom one, like this: "stopedit" instead of just "stop" Any idea how to resolve…
Dmitry Kompot
  • 170
  • 1
  • 8
2
votes
1 answer

Fullcalendar add custom button to each day

How can I add custom buttons for each day in the fullCalendar?
Mr.Kao
  • 111
  • 2
  • 9
2
votes
1 answer

Locker Service and Tooltip on FullCalendar V4

Has anyone had any joy in adding tooltips to the full calendar V4 when locker service is enabled on Salesforce? You cannot use a 3rd party library as a proxy is returned instead of the element, so the eventRender documented method will not…
2
votes
2 answers

why addEvent from Fullcalendar does not work

Hi I am following the https://fullcalendar.io/ v4 to build my js calendar. I try to crate a new event by clicking on the calendar then call the function addEvent. where and how can I call the function addEvent can you put an example please ? I have…
Lydia halls
  • 652
  • 8
  • 17
2
votes
1 answer

React FullCalendar Unable to add new event to the calendar after updating the state

I am not really sure what I am doing wrong here. Maybe it is a simple error. Any help would be appreciated. I get the following error in react. The inital render is fine but the error occurs on the rerender with the new state. import React, {…
1 2
3
36 37