Questions about the 2.x branch of FullCalendar
Questions tagged [fullcalendar-2]
43 questions
0
votes
0 answers
Fullcalendar slots not coming in full column and starting from middle
I am using full calendar week view with 15 mins of slots.
The slots are not coming as a complete column, and every slot is starting from middle of the row.
In the screen shot the 9am is starting from middle of row instead of starting How can I…

Bloomberg
- 2,317
- 2
- 25
- 47
0
votes
1 answer
Full Calendar responsive
I've been running with this problem when i view my calendar on 'Mobile' or even 'Ipad' the event slots are just not user friendly can't even see the events.However there's no issues with Height.Only problem with Width. Can anyone help. Thanks in…

Mun
- 47
- 2
- 9
0
votes
1 answer
Filtering Events with Two or more separate filters in FullCalendar
I have a list of events in fullCalendar that are by certain users and for different clients. I want to filter by user and client, so that when one user is clicked, only his events will show. And while that user is clicked I click a client, only…

Redskins and Tesla
- 113
- 1
- 2
- 14
0
votes
0 answers
Property 'events' does not exist on type 'Object'
I have this method where I use FullCalendar to load events, but I keep getting error:
error TS2339: Property 'events' does not exist on type 'Object'.
This is my method:
loadInfo() {
this.userService.getChallengesByUserId(2).then(data => {
…

user122222
- 2,179
- 4
- 35
- 78
0
votes
0 answers
Angular UI Calendar retrieve event UI element by date
I'm trying to retrieve particular day event ui element from angular UI calendar but there are no functions available.
Now I'm getting all Events UI components by
$('.fc-event-container')
which will provide all the event element UI rendered then…

user2313833
- 139
- 1
- 2
- 14
0
votes
0 answers
Is there a way to pass extra params to fullcalendar select callback?
I am using fullcalendar library for the calendar feature. The problem I am facing currently is to pass extra argument to 'select' callback.
$('#calendar').fullCalendar('select', new_start_date, new_end_date);
I am having trouble passing in…

Code father
- 585
- 1
- 11
- 23
0
votes
0 answers
Detect eventDrop outside of calendar initialization in FullCalendar with Google Maps
I am trying to listen for an event drop outside of the initialization of the calendar. In other words, I am trying to use the eventDrop function outside of the initialization code.
$('#calendar').fullCalendar({
editable: true,
droppable: true,
…

Ryan
- 1,834
- 1
- 8
- 3
0
votes
0 answers
Aligning Events against right Time in Week and Day Mode
I am using Full Calendar. When i have multiple Events in a Day. The alignment of the Events in Day/Week mode is incorrect. Any idea how to auto increase and align the timing correctly based on the events?
Version: 2.3

Harsha M V
- 54,075
- 125
- 354
- 529
0
votes
0 answers
Angular 2 FullCalendar:Unexpected value CalendarComponent in a module
I am implementing calendar events using ng2-fullcalendar,i installed npm install angular2-fullcalendar --save and followed all steps to import
Calendar.module.ts
import { NgModule } from '@angular/core';
import { CommonModule } from…

PAR
- 431
- 1
- 9
- 21
0
votes
1 answer
Angular2 fullcalendar refetch events
I am using angular2 with angular2-fullcalendar. In my project i am taking data from the backend. Now my question is ,when i add an event using selecting the dates,i want it to display on the calendar successful submission of the data without…

Vikhyath Maiya
- 3,122
- 3
- 34
- 68
0
votes
0 answers
Fullcalendar: busy day and array of not busy time ranges
thank you for the great addition!
tell me, is it possible to deduce some indication that the day is filled with events?
is it possible to get an array of free hours and hours are already employed for a specific day?

M Sazanof
- 1
- 2
-1
votes
2 answers
Is Fullcalendar v2.6.0 able to work on jQuery-3.3.1 and MVC 5?
Is Fullcalendar v2.6.0 able to work on jQuery-3.3.1 and MVC 5? I have an old project which needs to be upgraded. I am using Visual Studio 2017 with jQuery-3.3.1, MVC 5.2.4 and moment.min.js 2.24 to recompile it, but I always got an error when I use…

user3836938
- 17
- 5
-1
votes
1 answer
Full calendar eventClick is not refreshing and stacking up the clicks
Whenever i try to change the title, it works fine for first time but if i try to change the title of another event without refresh, both previously changed event title and present event title gets changed.
Below you can find posted the custom…

Rohit Gowda
- 41
- 13