You are here: System » JQFullCalendarPlugin

JQFullCalendarPlugin

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar). It is visually customizable and exposes hooks for user-triggered events (like clicking or dragging an event).

Source

Homepage: http://arshaw.com/fullcalendar/
Author(s): Adam Shaw
Version: 1.4.3

Example

today

April 2025

monthweekday
All Day Event
   
Long Event
   
4pRepeating Event
   
4pRepeating Event
   
10:30aMeeting
   
12pLunch
   
7pBirthday Party
   
Click for Google
   
MonTueWedThuFriSatSun
31
 
1
 
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
 
10
 
11
 
12
 
13
 
14
 
15
 
16
 
17
 
18
 
19
 
20
 
21
 
22
 
23
 
24
 
25
 
26
 
27
 
28
 
29
 
30
 
1
 
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
 
10
 
11
 

JavaScript initialisation

JSON events

[
  {
    id: 1,
    title: 'Event1',
    start: 'Apr 08 2025',
    allDay: true
  },
  {
    id: 2,
    title: 'Workingday',
    start: 'Apr 08 2025 08:30:00',
    end: 'Apr 08 2025 15:00:00',
    allDay: false
  }
]

Plugin Info

Author(s): Michael Daum
Copyright: 2009-2010 Michael Daum http://michaeldaumconsulting.com
License: GPL
Release: 0.1
Version: 6941 (2010-03-26)
Change History:
26 Mar 2010: initial release, externalized from Foswiki:Extensions/JQueryPlugin
Dependencies:
NameVersionDescription
Foswiki::Plugins::JQueryPlugin >3.31 Required
Home: Foswiki:Extensions/JQFullCalendarPlugin
Support: Foswiki:Support/JQFullCalendarPlugin

Sitemap

This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback