Skip to content

Commit

Permalink
updated demo dates
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed May 19, 2020
1 parent c58e3fe commit 4c25839
Show file tree
Hide file tree
Showing 12 changed files with 159 additions and 159 deletions.
32 changes: 16 additions & 16 deletions demos/agenda-views.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,64 +17,64 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek'
},
defaultDate: '2019-01-12',
defaultDate: '2020-05-12',
navLinks: true, // can click day/week names to navigate views
editable: true,
eventLimit: true, // allow "more" link when too many events
events: [
{
title: 'All Day Event',
start: '2019-01-01',
start: '2020-05-01',
},
{
title: 'Long Event',
start: '2019-01-07',
end: '2019-01-10'
start: '2020-05-07',
end: '2020-05-10'
},
{
id: 999,
title: 'Repeating Event',
start: '2019-01-09T16:00:00'
start: '2020-05-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
start: '2019-01-16T16:00:00'
start: '2020-05-16T16:00:00'
},
{
title: 'Conference',
start: '2019-01-11',
end: '2019-01-13'
start: '2020-05-11',
end: '2020-05-13'
},
{
title: 'Meeting',
start: '2019-01-12T10:30:00',
end: '2019-01-12T12:30:00'
start: '2020-05-12T10:30:00',
end: '2020-05-12T12:30:00'
},
{
title: 'Lunch',
start: '2019-01-12T12:00:00'
start: '2020-05-12T12:00:00'
},
{
title: 'Meeting',
start: '2019-01-12T14:30:00'
start: '2020-05-12T14:30:00'
},
{
title: 'Happy Hour',
start: '2019-01-12T17:30:00'
start: '2020-05-12T17:30:00'
},
{
title: 'Dinner',
start: '2019-01-12T20:00:00'
start: '2020-05-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2019-01-13T07:00:00'
start: '2020-05-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
start: '2019-01-28'
start: '2020-05-28'
}
]
});
Expand Down
28 changes: 14 additions & 14 deletions demos/background-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,57 +17,57 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listMonth'
},
defaultDate: '2019-01-12',
defaultDate: '2020-05-12',
navLinks: true, // can click day/week names to navigate views
businessHours: true, // display business hours
editable: true,
events: [
{
title: 'Business Lunch',
start: '2019-01-03T13:00:00',
start: '2020-05-03T13:00:00',
constraint: 'businessHours'
},
{
title: 'Meeting',
start: '2019-01-13T11:00:00',
start: '2020-05-13T11:00:00',
constraint: 'availableForMeeting', // defined below
color: '#257e4a'
},
{
title: 'Conference',
start: '2019-01-18',
end: '2019-01-20'
start: '2020-05-18',
end: '2020-05-20'
},
{
title: 'Party',
start: '2019-01-29T20:00:00'
start: '2020-05-29T20:00:00'
},

// areas where "Meeting" must be dropped
{
id: 'availableForMeeting',
start: '2019-01-11T10:00:00',
end: '2019-01-11T16:00:00',
start: '2020-05-11T10:00:00',
end: '2020-05-11T16:00:00',
rendering: 'background'
},
{
id: 'availableForMeeting',
start: '2019-01-13T10:00:00',
end: '2019-01-13T16:00:00',
start: '2020-05-13T10:00:00',
end: '2020-05-13T16:00:00',
rendering: 'background'
},

// red areas where no events can be dropped
{
start: '2019-01-24',
end: '2019-01-28',
start: '2020-05-24',
end: '2020-05-28',
overlap: false,
rendering: 'background',
color: '#ff9f89'
},
{
start: '2019-01-06',
end: '2019-01-08',
start: '2020-05-06',
end: '2020-05-08',
overlap: false,
rendering: 'background',
color: '#ff9f89'
Expand Down
32 changes: 16 additions & 16 deletions demos/basic-views.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,64 +17,64 @@
center: 'title',
right: 'month,basicWeek,basicDay'
},
defaultDate: '2019-01-12',
defaultDate: '2020-05-12',
navLinks: true, // can click day/week names to navigate views
editable: true,
eventLimit: true, // allow "more" link when too many events
events: [
{
title: 'All Day Event',
start: '2019-01-01'
start: '2020-05-01'
},
{
title: 'Long Event',
start: '2019-01-07',
end: '2019-01-10'
start: '2020-05-07',
end: '2020-05-10'
},
{
id: 999,
title: 'Repeating Event',
start: '2019-01-09T16:00:00'
start: '2020-05-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
start: '2019-01-16T16:00:00'
start: '2020-05-16T16:00:00'
},
{
title: 'Conference',
start: '2019-01-11',
end: '2019-01-13'
start: '2020-05-11',
end: '2020-05-13'
},
{
title: 'Meeting',
start: '2019-01-12T10:30:00',
end: '2019-01-12T12:30:00'
start: '2020-05-12T10:30:00',
end: '2020-05-12T12:30:00'
},
{
title: 'Lunch',
start: '2019-01-12T12:00:00'
start: '2020-05-12T12:00:00'
},
{
title: 'Meeting',
start: '2019-01-12T14:30:00'
start: '2020-05-12T14:30:00'
},
{
title: 'Happy Hour',
start: '2019-01-12T17:30:00'
start: '2020-05-12T17:30:00'
},
{
title: 'Dinner',
start: '2019-01-12T20:00:00'
start: '2020-05-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2019-01-13T07:00:00'
start: '2020-05-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
start: '2019-01-28'
start: '2020-05-28'
}
]
});
Expand Down
32 changes: 16 additions & 16 deletions demos/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,63 +12,63 @@
$(document).ready(function() {

$('#calendar').fullCalendar({
defaultDate: '2019-01-12',
defaultDate: '2020-05-12',
editable: true,
eventLimit: true, // allow "more" link when too many events
events: [
{
title: 'All Day Event',
start: '2019-01-01'
start: '2020-05-01'
},
{
title: 'Long Event',
start: '2019-01-07',
end: '2019-01-10'
start: '2020-05-07',
end: '2020-05-10'
},
{
id: 999,
title: 'Repeating Event',
start: '2019-01-09T16:00:00'
start: '2020-05-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
start: '2019-01-16T16:00:00'
start: '2020-05-16T16:00:00'
},
{
title: 'Conference',
start: '2019-01-11',
end: '2019-01-13'
start: '2020-05-11',
end: '2020-05-13'
},
{
title: 'Meeting',
start: '2019-01-12T10:30:00',
end: '2019-01-12T12:30:00'
start: '2020-05-12T10:30:00',
end: '2020-05-12T12:30:00'
},
{
title: 'Lunch',
start: '2019-01-12T12:00:00'
start: '2020-05-12T12:00:00'
},
{
title: 'Meeting',
start: '2019-01-12T14:30:00'
start: '2020-05-12T14:30:00'
},
{
title: 'Happy Hour',
start: '2019-01-12T17:30:00'
start: '2020-05-12T17:30:00'
},
{
title: 'Dinner',
start: '2019-01-12T20:00:00'
start: '2020-05-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2019-01-13T07:00:00'
start: '2020-05-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
start: '2019-01-28'
start: '2020-05-28'
}
]
});
Expand Down
2 changes: 1 addition & 1 deletion demos/json.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek'
},
defaultDate: '2019-01-12',
defaultDate: '2020-05-12',
editable: true,
navLinks: true, // can click day/week names to navigate views
eventLimit: true, // allow "more" link when too many events
Expand Down
30 changes: 15 additions & 15 deletions demos/json/events.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
[
{
"title": "All Day Event",
"start": "2019-01-01"
"start": "2020-05-01"
},
{
"title": "Long Event",
"start": "2019-01-07",
"end": "2019-01-10"
"start": "2020-05-07",
"end": "2020-05-10"
},
{
"id": "999",
"title": "Repeating Event",
"start": "2019-01-09T16:00:00-05:00"
"start": "2020-05-09T16:00:00-05:00"
},
{
"id": "999",
"title": "Repeating Event",
"start": "2019-01-16T16:00:00-05:00"
"start": "2020-05-16T16:00:00-05:00"
},
{
"title": "Conference",
"start": "2019-01-11",
"end": "2019-01-13"
"start": "2020-05-11",
"end": "2020-05-13"
},
{
"title": "Meeting",
"start": "2019-01-12T10:30:00-05:00",
"end": "2019-01-12T12:30:00-05:00"
"start": "2020-05-12T10:30:00-05:00",
"end": "2020-05-12T12:30:00-05:00"
},
{
"title": "Lunch",
"start": "2019-01-12T12:00:00-05:00"
"start": "2020-05-12T12:00:00-05:00"
},
{
"title": "Meeting",
"start": "2019-01-12T14:30:00-05:00"
"start": "2020-05-12T14:30:00-05:00"
},
{
"title": "Happy Hour",
"start": "2019-01-12T17:30:00-05:00"
"start": "2020-05-12T17:30:00-05:00"
},
{
"title": "Dinner",
"start": "2019-01-12T20:00:00"
"start": "2020-05-12T20:00:00"
},
{
"title": "Birthday Party",
"start": "2019-01-13T07:00:00-05:00"
"start": "2020-05-13T07:00:00-05:00"
},
{
"title": "Click for Google",
"url": "http://google.com/",
"start": "2019-01-28"
"start": "2020-05-28"
}
]

0 comments on commit 4c25839

Please sign in to comment.