1 [[!meta title="Javascript equivalent of plugin 'calendar'"]]
5 Jscalendar is a javascript equivalent to the [[calendar|plugins/calendar]] plugin. Here are some differences compared to this latter plugin.
8 * No need to rebuild the page containing the calendar each time day changes, or
9 a page (indexed by the calendar) is added, changed or deleted. This is
10 particularly useful if you want to have this calendar in the sidebar.
11 * Handles the case where several pages appear the same day: a popup appear to let user choose the day he wants.
12 * Smooth navigation among months.
14 * Most of options are defined in Ikiwiki's setup files instead of the options
17 * As a consequence, every calendar of the wiki must index the same set of pages.
20 You can see this plugin in action on [[our website|http://www.gresille.org]]. To see what happens when several pages happens on the same day, check the 15th of March 2012.
22 Code and documentation can be found here : [[https://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Jscalendar]]