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.

Listener for "date change" in FullCalendar?

Is there any way to attach a listener to FullCalendar that will be fired whenever the currently viewed date is …

javascript date extjs fullcalendar dom-events
How to find dynamically next month and year using moment js in jQuery

I have two calenders in my page which is implemented using full calender jQuery plugin. I need to load calenders …

javascript jquery fullcalendar momentjs
How to set the current day color in FullCalendar?

I would like to change the color of the current day but only when the calendar is in the day …

javascript jquery css fullcalendar
fullcalendar - resize calendar on window resize

I am using fullcalendar (fullcalendar by adam shaw) I am wondering what I would need to do so that my …

javascript jquery resize fullcalendar
Fullcalendar end date wrong by one day

I am making a fullCalendar backed car reservation functionality. This is the coffescript file. updateEvent = (event, delta, revertFunc) -> $.…

javascript fullcalendar
Jquery Full Calendar Remove Scroll Bar

I Have the jquery full calendar in use, but im trying to get rid of the scroll bar. Ive tried …

jquery fullcalendar
Remove past dates and next months dates from the current month

Is it possible to remove the past dates and next month's dates from the fullcalendar? So for the current month …

jquery fullcalendar
Add extra fields to fullcalendar

I need to create more fields for my calendar ( fullcalendar hooked up to mysql with php ). And I have been …

fullcalendar
Fullcalendar - highlighting a day based on event selection

In fullcalendar you can select an event (which triggers) the eventClick function/callback. What I would like to do is …

jquery css fullcalendar
Fullcalendar with Twitter Bootstrap?

The Fullcalendar widget is awesome. I'm using it in a Twitter Bootstrap project, and it looks just about perfect out …

jquery twitter-bootstrap fullcalendar