jQuery.Fullcalendar
                             
                            
                                1.6.4
                            
                        
                    dotnet add package jQuery.Fullcalendar --version 1.6.4
NuGet\Install-Package jQuery.Fullcalendar -Version 1.6.4
<PackageReference Include="jQuery.Fullcalendar" Version="1.6.4" />
<PackageVersion Include="jQuery.Fullcalendar" Version="1.6.4" />
<PackageReference Include="jQuery.Fullcalendar" />
paket add jQuery.Fullcalendar --version 1.6.4
#r "nuget: jQuery.Fullcalendar, 1.6.4"
#:package jQuery.Fullcalendar@1.6.4
#addin nuget:?package=jQuery.Fullcalendar&version=1.6.4
#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/)
Learn more about Target Frameworks and .NET Standard.
GitHub repositories
This package is not used by any popular GitHub repositories.
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)