Skip to content

Instantly share code, notes, and snippets.

@eshnil2000
Created August 29, 2016 23:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save eshnil2000/d262be48bdfbe4daf9386a15cf8bf4c7 to your computer and use it in GitHub Desktop.
$('#calendar').fullCalendar({
editable: true,
events:
[{
title: 'Sansrity',
start: new Date(2014, 9, 15)
},
{
title: 'Gujarati Samaj Show',
start: new Date(2014, 10, 15)
},
{
title: 'Summer WorkShop 1',
start: new Date(2014, 5, 2),
end: new Date(2014, 5, 6)
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment