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.

Best Way to Extend a jQuery Plugin

I'm a fairly new jQuery user looking to extend an existing jQuery plugin that does about 75% of what I need. …

jquery plugins fullcalendar extend
Fullcalendar: Change the color for specific days

I'm stuck with a project I get at work. I need to change the background color of some days. It's …

jquery fullcalendar cell background-color
Tooltip for fullcalendar in year view

I want to add tooltip for the fullcalendar in year view. I tried with the below one but it added …

jquery fullcalendar
In the FullCalendar dayClick event, can I get the events that already exist in clicked date?

In the FullCalendar dayClick event, can I get the events that already exist in clicked date? http://arshaw.com/fullcalendar/…

javascript fullcalendar
How to make past date unselectable in fullcalendar?

Problem is, how to disable selectable on PAST DATES in fullcalendar's month/week view. I want to user not allowed …

jquery date fullcalendar
jquery fullcalendar send custom parameter and refresh calendar with JSON

im trying to use the jquery fullcalendar. The event data comes from the server using JSON. My page has a …

jquery json fullcalendar
Year View in Fullcalendar jquery plugin

I started a YearView in fullcalendar (derived from the basic 'MonthView', needed to display longer events such as school holidays), …

javascript jquery jquery-plugins fullcalendar
Jquery Full Calendar json event source syntax

I'm trying to use full calendar to load events from a json source. The json is from a URL like …

jquery fullcalendar
fullcalendar.js - deleting event on button click

I am using the fullCalendar.js and the current problem is making i lose so much time on something that …

javascript jquery json fullcalendar
How to block out dates in the Fullcalendar beyond a certain date

I have a date in the future which is always 30 days ahead of the current date. It's stored in a …

javascript jquery date fullcalendar