jQuery.Fullcalendar 1.6.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package jQuery.Fullcalendar --version 1.6.4
NuGet\Install-Package jQuery.Fullcalendar -Version 1.6.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jQuery.Fullcalendar" Version="1.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jQuery.Fullcalendar --version 1.6.4
#r "nuget: jQuery.Fullcalendar, 1.6.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jQuery.Fullcalendar as a Cake Addin
#addin nuget:?package=jQuery.Fullcalendar&version=1.6.4

// Install jQuery.Fullcalendar as a Cake Tool
#tool nuget:?package=jQuery.Fullcalendar&version=1.6.4

A full-sized, drag and drop calendar for jQuery
   
    Fullcalendar is Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
   
    Copyright (c) 2011 Adam Shaw (http://arshaw.com/)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on jQuery.Fullcalendar:

Package Downloads
FullCalendar.MVC5

FullCalendarMVC is an ASP.NET MVC HTML helper for FullCalendar.

FullCalendar.MVC4

FullCalendarMVC is an ASP.NET MVC HTML helper for FullCalendar.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.9.0 129,124 4/17/2018
3.8.2 27,339 2/16/2018
3.8.0 4,017 12/21/2017
3.5.1 16,256 10/6/2017
3.4.0 8,602 8/22/2017
3.3.1 24,746 4/14/2017
3.0.0 128,973 9/13/2016
2.9.1 5,526 8/25/2016
2.4.0 74,624 9/15/2015
1.6.4 198,478 9/4/2013
1.6.1 29,254 5/15/2013
1.6.0 3,122 3/19/2013
1.5.4 5,065 10/25/2012
1.5.3.2 5,493 8/14/2012

version 1.6.4 (9/1/13)
- better algorithm for positioning timed agenda events (issue 1115)
- `slotEventOverlap` option to tweak timed agenda event overlapping (issue 218)
- selection bug when slot height is customized (issue 1035)
- supply view argument in `loading` callback (issue 1018)
- fixed week number not displaying in agenda views (issue 1951)
- fixed fullCalendar not initializing with no options (issue 1356)
- NPM's package.json, no more warnings or errors (issue 1762)
- building the bower component should output bower.json instead of component.json (PR 125)
- use bower internally for fetching new versions of jQuery and jQuery UI

version 1.6.3 (8/10/13)
- viewRender callback (PR 15)
- viewDestroy callback (PR 15)
- eventDestroy callback (PR 111)
- handleWindowResize option (PR 54)
- eventStartEditable/startEditable options (PR 49)
- eventDurationEditable/durationEditable options (PR 49)
- specify function for $.ajax `data` parameter for JSON event sources (PR 59)
- fixed bug with agenda event dropping in wrong column (PR 55)
- easier event element z-index customization (PR 58)
- classNames on past/future days (PR 88)
- allow null/undefined event titles (PR 84)
- small optimize for agenda event rendering (PR 56)
- deprecated:
- viewDisplay
- disableDragging
- disableResizing
- bundled with latest jQuery (1.10.2) and jQuery UI (1.10.3)

version 1.6.2 (7/18/13)
- hiddenDays option (issue 686)
- bugfix: when eventRender returns false, incorrect stacking of events (issue 762)
- bugfix: couldn't change event.backgroundImage when calling updateEvent (thx stephenharris)