Drag’n Drop Calendar With jQuery: FullCalendar
3
May
// php the_time('Y') ?>
FullCalendar is a jQuery plugin for creating a full-sized calendar with drag’n drop support that can fetch events via Ajax requests on-the-fly.
It can be easily configured to use your own feed format (an extension is provided for Google Calendar).
The plugin does not come bundled with features like "changing an event’s name or time" but has hooks for user-triggered events that makes it possible to add such features.
The calendar’s look/feel can be customized via CSS & it is well-documented.
Requirements: jQuery, jQuery UI
Compatibility: All Major Browsers
Website: http://arshaw.com/fullcalendar/
Download: http://arshaw.com/fullcalendar/download/
Compatibility: All Major Browsers
Website: http://arshaw.com/fullcalendar/
Download: http://arshaw.com/fullcalendar/download/
- Tags:
Drag'n Drop Javascript
- Filed under: Date & Time, Goodies, MIT License
- 8 Comments
















8 Responses for "Drag’n Drop Calendar With jQuery: FullCalendar"
[...] Vía: http://www.webresourcesdepot.com [...]
Awesome calendar…thanks…
good plugin
thank you
can i ask if i want the calendar event after click it can pass the value to my page is how?
Very nice script. Was able to easily adapt it to a project of mine.
frankly, it’s not that good in practice. it’s a real pain to add events on the fly.
Nice Calender Thanks
Is there a way to make the draggable events editable? Like, if I want to enter text, drag it to the calendar, and have that text show up on the calendar?