Questions about the 2.x branch of FullCalendar
Questions tagged [fullcalendar-2]
43 questions
7
votes
1 answer
Multiple nowIndicators on fullCalendar
Since there is very little documentation of the nowIndicator ... is there a way of showing a similar element like the nowIndicator on the same page ?
For example... I want to show a green one starting at 01:00 and i want to show a blue one starting…

Vlad N
- 631
- 2
- 10
- 21
5
votes
1 answer
uppercase first letter of month fullcalendar
Can anyone help me uppercase the first letter of the month in fullcalendar? When I write the fullcalendar, I found that the in English, for example August, the display of month in title is correctly "August" or "Aug.". But in Spanish the first…

Minalinsky
- 277
- 6
- 16
3
votes
1 answer
Disable event creation on Weekends
I am trying to use Fullcalendar for one of my leave application. I have select option enabled so that the user can select dates and apply leave on it. But I want to disable weekends from getting selected, ie it should give a alert when the user…

Vikhyath Maiya
- 3,122
- 3
- 34
- 68
3
votes
3 answers
Fullcalendar handle double click
I'm using fullcalendar for my calendar functionality. I'm using dayClick and select. In fullcalendar, select will be called even though it is a single day click. So, I changed the dayClick event like below to handle the day click. Here is my…

Linga
- 10,379
- 10
- 52
- 104
2
votes
0 answers
how to make fullcalendar 2.2.5 dynamic in C#
How can I create a dynamic full calendar in asp.net. version of fullcalendar is 2.2.5
I am not able to find any code for this version of fullcalendar and in earlier version this code doesn't work
Javascript
$(function () {
…

Vishakh Shetty
- 31
- 2
2
votes
2 answers
fullCalendar eventResize function never triggered
Sorry if this is a duplicate. I've searched a lot before posting this but couldn't find an answer.
I'm using fullCalendar.
It shows a beautiful calendar, and with "editable: true" option I can drag the event and move it to any date on the page.
But…

jexpatie
- 23
- 3
1
vote
0 answers
Multi days event in allDay slot don't pan out to the other days
I'm working on Fullcalendar v2.8.0 and I'm trying to make events that span over multiple days to go in the Allday slot instead of taking a lot of the view. The main purpose is for paid vacations to appeare, my clients would enjoy this feature and…

PastelPrincess
- 11
- 1
1
vote
1 answer
In fullcalendar how to forbid select in my custom view
I'm using fullcalendar. I have a custom view, but I don't want users to be able to select a time range on this view.
selectable: true,
defaultView: 'multiColAgendaDay',
events: '/events.json',
views:…

Ying Lyu
- 133
- 2
- 11
1
vote
2 answers
Fullcalendar locale in Laravel not working
I used FullCalendar in my Laravel project. I followed a tutorial on YouTube and the https://github.com/maddhatter/laravel-fullcalendar helper. Now I want to add locale settings to my calendar so I can change the language of it. But nothing works. I…

Anna
- 21
- 5
1
vote
1 answer
Angular ng fullcalendar Customization for angular 5
I'm integrating ng full-calendar into my project it shows below screen properly.
Calendar view
Below is my .ts file code.
export class OfcalendarComponent implements OnInit {
calendarOptions: Options;
displayEvent: any;
…

Ajinkya More
- 19
- 1
- 9
1
vote
0 answers
Time slots are not appearing in full calendar components
Iam working on full calendar version v3.2.0.But In week and time view,Time slots are not appearing in left hand column
I have tried following Code in calendar:
$('#calendar').fullCalendar({
header: {
left: 'today…

Annappa
- 111
- 4
1
vote
1 answer
FullCalendar id field or function
Is there a way to change the name of the id field that fullCalendar uses?
Like this:
$('myCal').fullCalendar('option', 'idField', 'myCustomIdField').
Or like this:
$('myCal').fullCalendar('option', 'idFunction', function(event){
return…

Dany Dhondt
- 881
- 9
- 27
1
vote
2 answers
angular 2 fullcalendar,refetchEvents not working(full calendar is not a function error)
I am using angular 2 fullcalendar for one of my projects.everything works fine as long as i have the data ready before rendering the calender.If an event is triggered and data comes from backend,i am facing problem while using refetch function.I wil…

Vikhyath Maiya
- 3,122
- 3
- 34
- 68
1
vote
0 answers
Disable past dates in p:schedule
I am using Primefaces v6.x schedule component. In the schedule component, I want to disable past dates so that dateselect event shouldn't edit them.
Is there anyway to do this?

nudaStck
- 311
- 2
- 6
- 18
1
vote
1 answer
How to set Month View in Full Calendar to expand only if there is a event?
I have Customised the FullCalendar plugin little bit for a project of mine, it looks like this - month view. As you can see the empty date has the same height of the date's with the Events. what I want is that the week of the month view without any…

Jithin Raj P R
- 6,667
- 8
- 38
- 69