Top "Fullcalendar" questions

Fullcalendar is a library developed by Adam Shaw that loads events by AJAX (as well as other methods) and presents them in a calendar/agenda display.

How to set full calendar to a specific start date when it's initialized for the 1st time?

I would like to set the initial month to an arbitrary month when I call the function to display the …

javascript jquery fullcalendar
Display more Text in fullcalendar

I am looking for a solution to display more information in event. For example in the DayView you see a …

javascript html fullcalendar
How can I load all events on calendar using Ajax?

I want to load all events on FullCalendar using AJAX when I clicked next-previous-button in agenda-views. I guess, when will …

ajax fullcalendar
How to call events on clicking prev and next button?

In jQuery fullcalendar we have previous and next buttons. How can we call some events on click of these buttons?

javascript jquery fullcalendar
rerendering events in fullCalendar after Ajax database update

I am trying to have fullCalendar reflect changes made to a database via AJAX. The problem is that it won't …

javascript jquery ajax fullcalendar
jQuery full calendar: set a different color to each event from front-end

This is how I'm using the plugin: jQuery( document ).ready( function() { jQuery('#booking-calendar').fullCalendar({ header: { left: 'prev,next', center: …

javascript jquery colors fullcalendar
Recurring Events in FullCalendar

I am using jQuery FullCalendar as my calendar used in my website for availability agenda. Is there any functions/methods/…

javascript jquery calendar fullcalendar fullcalendar-3
FullCalendar TypeError: $(...).fullCalendar is not a function

I was trying to put FullCalendar 2.1.1 but it is not working: <link href='/css/fullcalendar.css' rel='stylesheet' /&…

javascript jquery fullcalendar
fullcalendar with clickable popup on hover

I need a pop up on hover full calendar like this one. Have tried full calendar with qtip but could …

javascript jquery calendar fullcalendar qtip
24 hour time format (so no AM to PM) for fullCalendar

I'm trying to display the 24 hour time format in fullCalendar, I'm trying to use these instructions: http://arshaw.com/fullcalendar/…

jquery time fullcalendar