Questions tagged [fullcalendar-4]

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

546 questions
0
votes
0 answers

angular fullcalendar v4 load events from localstorage while source is loading

im fetching fullcalendar events from a firebase cloud function within an Angular (7) App like this: eventSources: [ { events: (info, successCallback, failureCallback) => { this.http .get( BACKEND_URI + '?start=' +…
0
votes
0 answers

How to replace recurring by day specific event in fullcalendar?

I have set user's availability by recurring event for every Sunday that user is not available. If the user provides data for specific Sunday that he/she is available for particular Sunday than how can I replace that recurring event for that…
0
votes
1 answer

Cannot get FullCalendar v4 to work with Angular and the Angular Cli

I'm trying to use FullCalendar v4 in an Angular 7 app using the angular cli and I'm getting Typescript errors during build as well as a console error in the browser stating that 'Calendar' is not defined. Not sure what I'm doing wrong as I seem to…
HomeBrew
  • 849
  • 2
  • 12
  • 25
0
votes
2 answers

FullCalendar V4 - How to account for shorter months in a recurring event series?

I'm using FullCalendar v4-alpha-3 with the RRule plugin to generate recurring events. It works as expected with only one problem: how do I modify a recurring event to account for months with fewer days than the starting month in a series? For…
TPM
  • 69
  • 8
0
votes
1 answer

How to initialize Full Calendar version 4 in Angular

I'm trying to use the Full Calendar version 4 so I can use mouse over events on events in background mode. For some reason I cannot initialize it in my component(set options), I mean its working when I run ng serve, but I get error on my IDE. I will…
0
votes
2 answers

How to select only visible event in FullCalendar v4

I want to get all visible events in a react FullCalendar v4 view. I can't find any property on the calendar's instance that filters out only visible events. I can get all the events though. Unable to get only visible events, my thought was to filter…
Dany Dhondt
  • 881
  • 9
  • 27
-1
votes
1 answer

Symfony to "proxy" a webservice?

I'm struggling a bit with the following: I have a symfony web-application which calls a webservice (hosted on another server). The webservice returns a JSON object with calendar data, and in my symfony controller this data is saved in an array. For…
-1
votes
1 answer

Fullcalendar - extraParams in events and eventsources not being read from element.value

The Setup I'm using Fullcalendar v4, and I'm having some trouble with extraParams and sending them to server via AJAX. What I'm trying to do (and failing) is to use this: var calendarEl = document.getElementById('calendar'); var calendar =…
FiddlingAway
  • 1,598
  • 3
  • 14
  • 30
-1
votes
1 answer

How to show time on ListWeek in FullCalendar using VUE

Can anyone have idea how to show time in List View For Full-Calendar. Everything is working fine for me but time itself is not coming in the view. Attached the snaps for the reference. CODESANDBOX LINK :…
-1
votes
1 answer

Touch Event not working in FullCalendar v.-3.9?

I am using FullCalendar 3.9 version plugin for show Driver events. where click event is working on Desktop view but not in mobile device because on mobile phone touch event works. so how can i bind touch event on calendar and show data. in…
pankaj
  • 1
  • 17
  • 36
-1
votes
1 answer

How to get event by event id into fullcalendar 4.0

I am using fullcalendar 4.0, and trying to get event source record with both the methods and 10411 is the "id" filed valuse in event as: {id : 10411,title : 'sample',start : 'date'} var eventdetails = calendar.getEventSourceById('10411'); var…
Prabha
  • 266
  • 4
  • 25
-1
votes
1 answer

fullcalendar.js v4 - How to set html in title for list view?

Got the following from the following. Unfortunately I could not make a comment because I have too few points. fullcalendar.js v4 - How to set html in title? eventRender: function(info) { info.el.querySelector('.fc-title').innerHTML = "" +…
-1
votes
1 answer

Get the event date clicked in Angular 7 fullcalendar

I am using FullCalendar in my angular 7 application, i have added multiple events on dates, which comes from backend logic. I have been able to get the date on day click event, but i can't seem to get the date on the eventclick method. I've been…
-1
votes
1 answer

FullCalendar and JQuery events

I made a Fullcalendar in my Laravel app. The render is exactly what I want : a calendar on the left and when users clic on a day, this day become "red", and the list of hours for meetings is create on the right. See the result here (I have just blur…
Malkom
  • 145
  • 2
  • 9
-1
votes
1 answer

how do i highlight the fullcalendar timegridview current event?

Just starting to use fullcalendar and it looks great. I'm testing the TimeGridView, and enabling the 'nowIndicator'. It looks like the eventRender only happens as the events are initially added to the view... Is there a way to dynamically change the…
AWeber
  • 381
  • 1
  • 3
  • 14
1 2 3
36
37