From 5e985e22ce28698775567f270b61db04c441d3c0 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Thu, 7 Jan 2016 02:13:06 -0800 Subject: [PATCH] update demo dates --- demos/agenda-views.html | 32 ++++++++++++++++---------------- demos/background-events.html | 28 ++++++++++++++-------------- demos/basic-views.html | 32 ++++++++++++++++---------------- demos/default.html | 32 ++++++++++++++++---------------- demos/json.html | 2 +- demos/json/events.json | 30 +++++++++++++++--------------- demos/languages.html | 32 ++++++++++++++++---------------- demos/selectable.html | 32 ++++++++++++++++---------------- demos/theme.html | 32 ++++++++++++++++---------------- demos/timezones.html | 2 +- 10 files changed, 127 insertions(+), 127 deletions(-) diff --git a/demos/agenda-views.html b/demos/agenda-views.html index 56d166c623..ac0cd5ae90 100644 --- a/demos/agenda-views.html +++ b/demos/agenda-views.html @@ -17,63 +17,63 @@ center: 'title', right: 'month,agendaWeek,agendaDay' }, - defaultDate: '2015-12-12', + defaultDate: '2016-01-12', editable: true, eventLimit: true, // allow "more" link when too many events events: [ { title: 'All Day Event', - start: '2015-12-01' + start: '2016-01-01' }, { title: 'Long Event', - start: '2015-12-07', - end: '2015-12-10' + start: '2016-01-07', + end: '2016-01-10' }, { id: 999, title: 'Repeating Event', - start: '2015-12-09T16:00:00' + start: '2016-01-09T16:00:00' }, { id: 999, title: 'Repeating Event', - start: '2015-12-16T16:00:00' + start: '2016-01-16T16:00:00' }, { title: 'Conference', - start: '2015-12-11', - end: '2015-12-13' + start: '2016-01-11', + end: '2016-01-13' }, { title: 'Meeting', - start: '2015-12-12T10:30:00', - end: '2015-12-12T12:30:00' + start: '2016-01-12T10:30:00', + end: '2016-01-12T12:30:00' }, { title: 'Lunch', - start: '2015-12-12T12:00:00' + start: '2016-01-12T12:00:00' }, { title: 'Meeting', - start: '2015-12-12T14:30:00' + start: '2016-01-12T14:30:00' }, { title: 'Happy Hour', - start: '2015-12-12T17:30:00' + start: '2016-01-12T17:30:00' }, { title: 'Dinner', - start: '2015-12-12T20:00:00' + start: '2016-01-12T20:00:00' }, { title: 'Birthday Party', - start: '2015-12-13T07:00:00' + start: '2016-01-13T07:00:00' }, { title: 'Click for Google', url: 'http://google.com/', - start: '2015-12-28' + start: '2016-01-28' } ] }); diff --git a/demos/background-events.html b/demos/background-events.html index bd3b31f06b..225ecaf068 100644 --- a/demos/background-events.html +++ b/demos/background-events.html @@ -17,56 +17,56 @@ center: 'title', right: 'month,agendaWeek,agendaDay' }, - defaultDate: '2015-12-12', + defaultDate: '2016-01-12', businessHours: true, // display business hours editable: true, events: [ { title: 'Business Lunch', - start: '2015-12-03T13:00:00', + start: '2016-01-03T13:00:00', constraint: 'businessHours' }, { title: 'Meeting', - start: '2015-12-13T11:00:00', + start: '2016-01-13T11:00:00', constraint: 'availableForMeeting', // defined below color: '#257e4a' }, { title: 'Conference', - start: '2015-12-18', - end: '2015-12-20' + start: '2016-01-18', + end: '2016-01-20' }, { title: 'Party', - start: '2015-12-29T20:00:00' + start: '2016-01-29T20:00:00' }, // areas where "Meeting" must be dropped { id: 'availableForMeeting', - start: '2015-12-11T10:00:00', - end: '2015-12-11T16:00:00', + start: '2016-01-11T10:00:00', + end: '2016-01-11T16:00:00', rendering: 'background' }, { id: 'availableForMeeting', - start: '2015-12-13T10:00:00', - end: '2015-12-13T16:00:00', + start: '2016-01-13T10:00:00', + end: '2016-01-13T16:00:00', rendering: 'background' }, // red areas where no events can be dropped { - start: '2015-12-24', - end: '2015-12-28', + start: '2016-01-24', + end: '2016-01-28', overlap: false, rendering: 'background', color: '#ff9f89' }, { - start: '2015-12-06', - end: '2015-12-08', + start: '2016-01-06', + end: '2016-01-08', overlap: false, rendering: 'background', color: '#ff9f89' diff --git a/demos/basic-views.html b/demos/basic-views.html index 0cbc98a7a6..ac112ed085 100644 --- a/demos/basic-views.html +++ b/demos/basic-views.html @@ -17,63 +17,63 @@ center: 'title', right: 'month,basicWeek,basicDay' }, - defaultDate: '2015-12-12', + defaultDate: '2016-01-12', editable: true, eventLimit: true, // allow "more" link when too many events events: [ { title: 'All Day Event', - start: '2015-12-01' + start: '2016-01-01' }, { title: 'Long Event', - start: '2015-12-07', - end: '2015-12-10' + start: '2016-01-07', + end: '2016-01-10' }, { id: 999, title: 'Repeating Event', - start: '2015-12-09T16:00:00' + start: '2016-01-09T16:00:00' }, { id: 999, title: 'Repeating Event', - start: '2015-12-16T16:00:00' + start: '2016-01-16T16:00:00' }, { title: 'Conference', - start: '2015-12-11', - end: '2015-12-13' + start: '2016-01-11', + end: '2016-01-13' }, { title: 'Meeting', - start: '2015-12-12T10:30:00', - end: '2015-12-12T12:30:00' + start: '2016-01-12T10:30:00', + end: '2016-01-12T12:30:00' }, { title: 'Lunch', - start: '2015-12-12T12:00:00' + start: '2016-01-12T12:00:00' }, { title: 'Meeting', - start: '2015-12-12T14:30:00' + start: '2016-01-12T14:30:00' }, { title: 'Happy Hour', - start: '2015-12-12T17:30:00' + start: '2016-01-12T17:30:00' }, { title: 'Dinner', - start: '2015-12-12T20:00:00' + start: '2016-01-12T20:00:00' }, { title: 'Birthday Party', - start: '2015-12-13T07:00:00' + start: '2016-01-13T07:00:00' }, { title: 'Click for Google', url: 'http://google.com/', - start: '2015-12-28' + start: '2016-01-28' } ] }); diff --git a/demos/default.html b/demos/default.html index 674a8a235a..1a064c433a 100644 --- a/demos/default.html +++ b/demos/default.html @@ -12,63 +12,63 @@ $(document).ready(function() { $('#calendar').fullCalendar({ - defaultDate: '2015-12-12', + defaultDate: '2016-01-12', editable: true, eventLimit: true, // allow "more" link when too many events events: [ { title: 'All Day Event', - start: '2015-12-01' + start: '2016-01-01' }, { title: 'Long Event', - start: '2015-12-07', - end: '2015-12-10' + start: '2016-01-07', + end: '2016-01-10' }, { id: 999, title: 'Repeating Event', - start: '2015-12-09T16:00:00' + start: '2016-01-09T16:00:00' }, { id: 999, title: 'Repeating Event', - start: '2015-12-16T16:00:00' + start: '2016-01-16T16:00:00' }, { title: 'Conference', - start: '2015-12-11', - end: '2015-12-13' + start: '2016-01-11', + end: '2016-01-13' }, { title: 'Meeting', - start: '2015-12-12T10:30:00', - end: '2015-12-12T12:30:00' + start: '2016-01-12T10:30:00', + end: '2016-01-12T12:30:00' }, { title: 'Lunch', - start: '2015-12-12T12:00:00' + start: '2016-01-12T12:00:00' }, { title: 'Meeting', - start: '2015-12-12T14:30:00' + start: '2016-01-12T14:30:00' }, { title: 'Happy Hour', - start: '2015-12-12T17:30:00' + start: '2016-01-12T17:30:00' }, { title: 'Dinner', - start: '2015-12-12T20:00:00' + start: '2016-01-12T20:00:00' }, { title: 'Birthday Party', - start: '2015-12-13T07:00:00' + start: '2016-01-13T07:00:00' }, { title: 'Click for Google', url: 'http://google.com/', - start: '2015-12-28' + start: '2016-01-28' } ] }); diff --git a/demos/json.html b/demos/json.html index bb51f1a65e..2a0308ce13 100644 --- a/demos/json.html +++ b/demos/json.html @@ -17,7 +17,7 @@ center: 'title', right: 'month,agendaWeek,agendaDay' }, - defaultDate: '2015-12-12', + defaultDate: '2016-01-12', editable: true, eventLimit: true, // allow "more" link when too many events events: { diff --git a/demos/json/events.json b/demos/json/events.json index a0e8138b18..7d35c9e225 100644 --- a/demos/json/events.json +++ b/demos/json/events.json @@ -1,56 +1,56 @@ [ { "title": "All Day Event", - "start": "2015-12-01" + "start": "2016-01-01" }, { "title": "Long Event", - "start": "2015-12-07", - "end": "2015-12-10" + "start": "2016-01-07", + "end": "2016-01-10" }, { "id": "999", "title": "Repeating Event", - "start": "2015-12-09T16:00:00-05:00" + "start": "2016-01-09T16:00:00-05:00" }, { "id": "999", "title": "Repeating Event", - "start": "2015-12-16T16:00:00-05:00" + "start": "2016-01-16T16:00:00-05:00" }, { "title": "Conference", - "start": "2015-12-11", - "end": "2015-12-13" + "start": "2016-01-11", + "end": "2016-01-13" }, { "title": "Meeting", - "start": "2015-12-12T10:30:00-05:00", - "end": "2015-12-12T12:30:00-05:00" + "start": "2016-01-12T10:30:00-05:00", + "end": "2016-01-12T12:30:00-05:00" }, { "title": "Lunch", - "start": "2015-12-12T12:00:00-05:00" + "start": "2016-01-12T12:00:00-05:00" }, { "title": "Meeting", - "start": "2015-12-12T14:30:00-05:00" + "start": "2016-01-12T14:30:00-05:00" }, { "title": "Happy Hour", - "start": "2015-12-12T17:30:00-05:00" + "start": "2016-01-12T17:30:00-05:00" }, { "title": "Dinner", - "start": "2015-12-12T20:00:00" + "start": "2016-01-12T20:00:00" }, { "title": "Birthday Party", - "start": "2015-12-13T07:00:00-05:00" + "start": "2016-01-13T07:00:00-05:00" }, { "title": "Click for Google", "url": "http://google.com/", - "start": "2015-12-28" + "start": "2016-01-28" } ] diff --git a/demos/languages.html b/demos/languages.html index 09876ed971..5e24173935 100644 --- a/demos/languages.html +++ b/demos/languages.html @@ -40,7 +40,7 @@ center: 'title', right: 'month,agendaWeek,agendaDay' }, - defaultDate: '2015-12-12', + defaultDate: '2016-01-12', lang: currentLangCode, buttonIcons: false, // show the prev/next text weekNumbers: true, @@ -49,57 +49,57 @@ events: [ { title: 'All Day Event', - start: '2015-12-01' + start: '2016-01-01' }, { title: 'Long Event', - start: '2015-12-07', - end: '2015-12-10' + start: '2016-01-07', + end: '2016-01-10' }, { id: 999, title: 'Repeating Event', - start: '2015-12-09T16:00:00' + start: '2016-01-09T16:00:00' }, { id: 999, title: 'Repeating Event', - start: '2015-12-16T16:00:00' + start: '2016-01-16T16:00:00' }, { title: 'Conference', - start: '2015-12-11', - end: '2015-12-13' + start: '2016-01-11', + end: '2016-01-13' }, { title: 'Meeting', - start: '2015-12-12T10:30:00', - end: '2015-12-12T12:30:00' + start: '2016-01-12T10:30:00', + end: '2016-01-12T12:30:00' }, { title: 'Lunch', - start: '2015-12-12T12:00:00' + start: '2016-01-12T12:00:00' }, { title: 'Meeting', - start: '2015-12-12T14:30:00' + start: '2016-01-12T14:30:00' }, { title: 'Happy Hour', - start: '2015-12-12T17:30:00' + start: '2016-01-12T17:30:00' }, { title: 'Dinner', - start: '2015-12-12T20:00:00' + start: '2016-01-12T20:00:00' }, { title: 'Birthday Party', - start: '2015-12-13T07:00:00' + start: '2016-01-13T07:00:00' }, { title: 'Click for Google', url: 'http://google.com/', - start: '2015-12-28' + start: '2016-01-28' } ] }); diff --git a/demos/selectable.html b/demos/selectable.html index 5af5ec6594..4bb4ca72a4 100644 --- a/demos/selectable.html +++ b/demos/selectable.html @@ -17,7 +17,7 @@ center: 'title', right: 'month,agendaWeek,agendaDay' }, - defaultDate: '2015-12-12', + defaultDate: '2016-01-12', selectable: true, selectHelper: true, select: function(start, end) { @@ -38,57 +38,57 @@ events: [ { title: 'All Day Event', - start: '2015-12-01' + start: '2016-01-01' }, { title: 'Long Event', - start: '2015-12-07', - end: '2015-12-10' + start: '2016-01-07', + end: '2016-01-10' }, { id: 999, title: 'Repeating Event', - start: '2015-12-09T16:00:00' + start: '2016-01-09T16:00:00' }, { id: 999, title: 'Repeating Event', - start: '2015-12-16T16:00:00' + start: '2016-01-16T16:00:00' }, { title: 'Conference', - start: '2015-12-11', - end: '2015-12-13' + start: '2016-01-11', + end: '2016-01-13' }, { title: 'Meeting', - start: '2015-12-12T10:30:00', - end: '2015-12-12T12:30:00' + start: '2016-01-12T10:30:00', + end: '2016-01-12T12:30:00' }, { title: 'Lunch', - start: '2015-12-12T12:00:00' + start: '2016-01-12T12:00:00' }, { title: 'Meeting', - start: '2015-12-12T14:30:00' + start: '2016-01-12T14:30:00' }, { title: 'Happy Hour', - start: '2015-12-12T17:30:00' + start: '2016-01-12T17:30:00' }, { title: 'Dinner', - start: '2015-12-12T20:00:00' + start: '2016-01-12T20:00:00' }, { title: 'Birthday Party', - start: '2015-12-13T07:00:00' + start: '2016-01-13T07:00:00' }, { title: 'Click for Google', url: 'http://google.com/', - start: '2015-12-28' + start: '2016-01-28' } ] }); diff --git a/demos/theme.html b/demos/theme.html index 32c3ebb153..349694584b 100644 --- a/demos/theme.html +++ b/demos/theme.html @@ -19,63 +19,63 @@ center: 'title', right: 'month,agendaWeek,agendaDay' }, - defaultDate: '2015-12-12', + defaultDate: '2016-01-12', editable: true, eventLimit: true, // allow "more" link when too many events events: [ { title: 'All Day Event', - start: '2015-12-01' + start: '2016-01-01' }, { title: 'Long Event', - start: '2015-12-07', - end: '2015-12-10' + start: '2016-01-07', + end: '2016-01-10' }, { id: 999, title: 'Repeating Event', - start: '2015-12-09T16:00:00' + start: '2016-01-09T16:00:00' }, { id: 999, title: 'Repeating Event', - start: '2015-12-16T16:00:00' + start: '2016-01-16T16:00:00' }, { title: 'Conference', - start: '2015-12-11', - end: '2015-12-13' + start: '2016-01-11', + end: '2016-01-13' }, { title: 'Meeting', - start: '2015-12-12T10:30:00', - end: '2015-12-12T12:30:00' + start: '2016-01-12T10:30:00', + end: '2016-01-12T12:30:00' }, { title: 'Lunch', - start: '2015-12-12T12:00:00' + start: '2016-01-12T12:00:00' }, { title: 'Meeting', - start: '2015-12-12T14:30:00' + start: '2016-01-12T14:30:00' }, { title: 'Happy Hour', - start: '2015-12-12T17:30:00' + start: '2016-01-12T17:30:00' }, { title: 'Dinner', - start: '2015-12-12T20:00:00' + start: '2016-01-12T20:00:00' }, { title: 'Birthday Party', - start: '2015-12-13T07:00:00' + start: '2016-01-13T07:00:00' }, { title: 'Click for Google', url: 'http://google.com/', - start: '2015-12-28' + start: '2016-01-28' } ] }); diff --git a/demos/timezones.html b/demos/timezones.html index 92fbd3f026..f4c58d710e 100644 --- a/demos/timezones.html +++ b/demos/timezones.html @@ -37,7 +37,7 @@ center: 'title', right: 'month,agendaWeek,agendaDay' }, - defaultDate: '2015-12-12', + defaultDate: '2016-01-12', timezone: currentTimezone, editable: true, selectable: true,