diff --git a/demos/agenda-views.html b/demos/agenda-views.html
index 31c9f2ca27..1908316a59 100644
--- a/demos/agenda-views.html
+++ b/demos/agenda-views.html
@@ -17,64 +17,64 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek'
},
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-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: '2016-09-01'
+ start: '2016-12-01'
},
{
title: 'Long Event',
- start: '2016-09-07',
- end: '2016-09-10'
+ start: '2016-12-07',
+ end: '2016-12-10'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-09T16:00:00'
+ start: '2016-12-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-16T16:00:00'
+ start: '2016-12-16T16:00:00'
},
{
title: 'Conference',
- start: '2016-09-11',
- end: '2016-09-13'
+ start: '2016-12-11',
+ end: '2016-12-13'
},
{
title: 'Meeting',
- start: '2016-09-12T10:30:00',
- end: '2016-09-12T12:30:00'
+ start: '2016-12-12T10:30:00',
+ end: '2016-12-12T12:30:00'
},
{
title: 'Lunch',
- start: '2016-09-12T12:00:00'
+ start: '2016-12-12T12:00:00'
},
{
title: 'Meeting',
- start: '2016-09-12T14:30:00'
+ start: '2016-12-12T14:30:00'
},
{
title: 'Happy Hour',
- start: '2016-09-12T17:30:00'
+ start: '2016-12-12T17:30:00'
},
{
title: 'Dinner',
- start: '2016-09-12T20:00:00'
+ start: '2016-12-12T20:00:00'
},
{
title: 'Birthday Party',
- start: '2016-09-13T07:00:00'
+ start: '2016-12-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
- start: '2016-09-28'
+ start: '2016-12-28'
}
]
});
diff --git a/demos/background-events.html b/demos/background-events.html
index 3609884f1f..8f3b9f9048 100644
--- a/demos/background-events.html
+++ b/demos/background-events.html
@@ -17,57 +17,57 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listMonth'
},
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-12',
navLinks: true, // can click day/week names to navigate views
businessHours: true, // display business hours
editable: true,
events: [
{
title: 'Business Lunch',
- start: '2016-09-03T13:00:00',
+ start: '2016-12-03T13:00:00',
constraint: 'businessHours'
},
{
title: 'Meeting',
- start: '2016-09-13T11:00:00',
+ start: '2016-12-13T11:00:00',
constraint: 'availableForMeeting', // defined below
color: '#257e4a'
},
{
title: 'Conference',
- start: '2016-09-18',
- end: '2016-09-20'
+ start: '2016-12-18',
+ end: '2016-12-20'
},
{
title: 'Party',
- start: '2016-09-29T20:00:00'
+ start: '2016-12-29T20:00:00'
},
// areas where "Meeting" must be dropped
{
id: 'availableForMeeting',
- start: '2016-09-11T10:00:00',
- end: '2016-09-11T16:00:00',
+ start: '2016-12-11T10:00:00',
+ end: '2016-12-11T16:00:00',
rendering: 'background'
},
{
id: 'availableForMeeting',
- start: '2016-09-13T10:00:00',
- end: '2016-09-13T16:00:00',
+ start: '2016-12-13T10:00:00',
+ end: '2016-12-13T16:00:00',
rendering: 'background'
},
// red areas where no events can be dropped
{
- start: '2016-09-24',
- end: '2016-09-28',
+ start: '2016-12-24',
+ end: '2016-12-28',
overlap: false,
rendering: 'background',
color: '#ff9f89'
},
{
- start: '2016-09-06',
- end: '2016-09-08',
+ start: '2016-12-06',
+ end: '2016-12-08',
overlap: false,
rendering: 'background',
color: '#ff9f89'
diff --git a/demos/basic-views.html b/demos/basic-views.html
index d09966ee6a..a6cd41eb5f 100644
--- a/demos/basic-views.html
+++ b/demos/basic-views.html
@@ -17,64 +17,64 @@
center: 'title',
right: 'month,basicWeek,basicDay'
},
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-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: '2016-09-01'
+ start: '2016-12-01'
},
{
title: 'Long Event',
- start: '2016-09-07',
- end: '2016-09-10'
+ start: '2016-12-07',
+ end: '2016-12-10'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-09T16:00:00'
+ start: '2016-12-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-16T16:00:00'
+ start: '2016-12-16T16:00:00'
},
{
title: 'Conference',
- start: '2016-09-11',
- end: '2016-09-13'
+ start: '2016-12-11',
+ end: '2016-12-13'
},
{
title: 'Meeting',
- start: '2016-09-12T10:30:00',
- end: '2016-09-12T12:30:00'
+ start: '2016-12-12T10:30:00',
+ end: '2016-12-12T12:30:00'
},
{
title: 'Lunch',
- start: '2016-09-12T12:00:00'
+ start: '2016-12-12T12:00:00'
},
{
title: 'Meeting',
- start: '2016-09-12T14:30:00'
+ start: '2016-12-12T14:30:00'
},
{
title: 'Happy Hour',
- start: '2016-09-12T17:30:00'
+ start: '2016-12-12T17:30:00'
},
{
title: 'Dinner',
- start: '2016-09-12T20:00:00'
+ start: '2016-12-12T20:00:00'
},
{
title: 'Birthday Party',
- start: '2016-09-13T07:00:00'
+ start: '2016-12-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
- start: '2016-09-28'
+ start: '2016-12-28'
}
]
});
diff --git a/demos/default.html b/demos/default.html
index e24322e4dc..de2dccde72 100644
--- a/demos/default.html
+++ b/demos/default.html
@@ -12,63 +12,63 @@
$(document).ready(function() {
$('#calendar').fullCalendar({
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-12',
editable: true,
eventLimit: true, // allow "more" link when too many events
events: [
{
title: 'All Day Event',
- start: '2016-09-01'
+ start: '2016-12-01'
},
{
title: 'Long Event',
- start: '2016-09-07',
- end: '2016-09-10'
+ start: '2016-12-07',
+ end: '2016-12-10'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-09T16:00:00'
+ start: '2016-12-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-16T16:00:00'
+ start: '2016-12-16T16:00:00'
},
{
title: 'Conference',
- start: '2016-09-11',
- end: '2016-09-13'
+ start: '2016-12-11',
+ end: '2016-12-13'
},
{
title: 'Meeting',
- start: '2016-09-12T10:30:00',
- end: '2016-09-12T12:30:00'
+ start: '2016-12-12T10:30:00',
+ end: '2016-12-12T12:30:00'
},
{
title: 'Lunch',
- start: '2016-09-12T12:00:00'
+ start: '2016-12-12T12:00:00'
},
{
title: 'Meeting',
- start: '2016-09-12T14:30:00'
+ start: '2016-12-12T14:30:00'
},
{
title: 'Happy Hour',
- start: '2016-09-12T17:30:00'
+ start: '2016-12-12T17:30:00'
},
{
title: 'Dinner',
- start: '2016-09-12T20:00:00'
+ start: '2016-12-12T20:00:00'
},
{
title: 'Birthday Party',
- start: '2016-09-13T07:00:00'
+ start: '2016-12-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
- start: '2016-09-28'
+ start: '2016-12-28'
}
]
});
diff --git a/demos/json.html b/demos/json.html
index bd0978900b..a04f287baf 100644
--- a/demos/json.html
+++ b/demos/json.html
@@ -17,7 +17,7 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek'
},
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-12',
editable: true,
navLinks: true, // can click day/week names to navigate views
eventLimit: true, // allow "more" link when too many events
diff --git a/demos/json/events.json b/demos/json/events.json
index ec670b2522..c13a2ec147 100644
--- a/demos/json/events.json
+++ b/demos/json/events.json
@@ -1,56 +1,56 @@
[
{
"title": "All Day Event",
- "start": "2016-09-01"
+ "start": "2016-12-01"
},
{
"title": "Long Event",
- "start": "2016-09-07",
- "end": "2016-09-10"
+ "start": "2016-12-07",
+ "end": "2016-12-10"
},
{
"id": "999",
"title": "Repeating Event",
- "start": "2016-09-09T16:00:00-05:00"
+ "start": "2016-12-09T16:00:00-05:00"
},
{
"id": "999",
"title": "Repeating Event",
- "start": "2016-09-16T16:00:00-05:00"
+ "start": "2016-12-16T16:00:00-05:00"
},
{
"title": "Conference",
- "start": "2016-09-11",
- "end": "2016-09-13"
+ "start": "2016-12-11",
+ "end": "2016-12-13"
},
{
"title": "Meeting",
- "start": "2016-09-12T10:30:00-05:00",
- "end": "2016-09-12T12:30:00-05:00"
+ "start": "2016-12-12T10:30:00-05:00",
+ "end": "2016-12-12T12:30:00-05:00"
},
{
"title": "Lunch",
- "start": "2016-09-12T12:00:00-05:00"
+ "start": "2016-12-12T12:00:00-05:00"
},
{
"title": "Meeting",
- "start": "2016-09-12T14:30:00-05:00"
+ "start": "2016-12-12T14:30:00-05:00"
},
{
"title": "Happy Hour",
- "start": "2016-09-12T17:30:00-05:00"
+ "start": "2016-12-12T17:30:00-05:00"
},
{
"title": "Dinner",
- "start": "2016-09-12T20:00:00"
+ "start": "2016-12-12T20:00:00"
},
{
"title": "Birthday Party",
- "start": "2016-09-13T07:00:00-05:00"
+ "start": "2016-12-13T07:00:00-05:00"
},
{
"title": "Click for Google",
"url": "http://google.com/",
- "start": "2016-09-28"
+ "start": "2016-12-28"
}
]
diff --git a/demos/list-views.html b/demos/list-views.html
index 1b4ae1afcd..98ed07fd2e 100644
--- a/demos/list-views.html
+++ b/demos/list-views.html
@@ -26,64 +26,64 @@
},
defaultView: 'listWeek',
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-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: '2016-09-01'
+ start: '2016-12-01'
},
{
title: 'Long Event',
- start: '2016-09-07',
- end: '2016-09-10'
+ start: '2016-12-07',
+ end: '2016-12-10'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-09T16:00:00'
+ start: '2016-12-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-16T16:00:00'
+ start: '2016-12-16T16:00:00'
},
{
title: 'Conference',
- start: '2016-09-11',
- end: '2016-09-13'
+ start: '2016-12-11',
+ end: '2016-12-13'
},
{
title: 'Meeting',
- start: '2016-09-12T10:30:00',
- end: '2016-09-12T12:30:00'
+ start: '2016-12-12T10:30:00',
+ end: '2016-12-12T12:30:00'
},
{
title: 'Lunch',
- start: '2016-09-12T12:00:00'
+ start: '2016-12-12T12:00:00'
},
{
title: 'Meeting',
- start: '2016-09-12T14:30:00'
+ start: '2016-12-12T14:30:00'
},
{
title: 'Happy Hour',
- start: '2016-09-12T17:30:00'
+ start: '2016-12-12T17:30:00'
},
{
title: 'Dinner',
- start: '2016-09-12T20:00:00'
+ start: '2016-12-12T20:00:00'
},
{
title: 'Birthday Party',
- start: '2016-09-13T07:00:00'
+ start: '2016-12-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
- start: '2016-09-28'
+ start: '2016-12-28'
}
]
});
diff --git a/demos/locales.html b/demos/locales.html
index 7cb7e417aa..8ba3919d4a 100644
--- a/demos/locales.html
+++ b/demos/locales.html
@@ -19,7 +19,7 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listMonth'
},
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-12',
locale: initialLocaleCode,
buttonIcons: false, // show the prev/next text
weekNumbers: true,
@@ -29,57 +29,57 @@
events: [
{
title: 'All Day Event',
- start: '2016-09-01'
+ start: '2016-12-01'
},
{
title: 'Long Event',
- start: '2016-09-07',
- end: '2016-09-10'
+ start: '2016-12-07',
+ end: '2016-12-10'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-09T16:00:00'
+ start: '2016-12-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-16T16:00:00'
+ start: '2016-12-16T16:00:00'
},
{
title: 'Conference',
- start: '2016-09-11',
- end: '2016-09-13'
+ start: '2016-12-11',
+ end: '2016-12-13'
},
{
title: 'Meeting',
- start: '2016-09-12T10:30:00',
- end: '2016-09-12T12:30:00'
+ start: '2016-12-12T10:30:00',
+ end: '2016-12-12T12:30:00'
},
{
title: 'Lunch',
- start: '2016-09-12T12:00:00'
+ start: '2016-12-12T12:00:00'
},
{
title: 'Meeting',
- start: '2016-09-12T14:30:00'
+ start: '2016-12-12T14:30:00'
},
{
title: 'Happy Hour',
- start: '2016-09-12T17:30:00'
+ start: '2016-12-12T17:30:00'
},
{
title: 'Dinner',
- start: '2016-09-12T20:00:00'
+ start: '2016-12-12T20:00:00'
},
{
title: 'Birthday Party',
- start: '2016-09-13T07:00:00'
+ start: '2016-12-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
- start: '2016-09-28'
+ start: '2016-12-28'
}
]
});
diff --git a/demos/selectable.html b/demos/selectable.html
index 7e3c0e1358..52ddc1883a 100644
--- a/demos/selectable.html
+++ b/demos/selectable.html
@@ -17,7 +17,7 @@
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-12',
navLinks: true, // can click day/week names to navigate views
selectable: true,
selectHelper: true,
@@ -39,57 +39,57 @@
events: [
{
title: 'All Day Event',
- start: '2016-09-01'
+ start: '2016-12-01'
},
{
title: 'Long Event',
- start: '2016-09-07',
- end: '2016-09-10'
+ start: '2016-12-07',
+ end: '2016-12-10'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-09T16:00:00'
+ start: '2016-12-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-16T16:00:00'
+ start: '2016-12-16T16:00:00'
},
{
title: 'Conference',
- start: '2016-09-11',
- end: '2016-09-13'
+ start: '2016-12-11',
+ end: '2016-12-13'
},
{
title: 'Meeting',
- start: '2016-09-12T10:30:00',
- end: '2016-09-12T12:30:00'
+ start: '2016-12-12T10:30:00',
+ end: '2016-12-12T12:30:00'
},
{
title: 'Lunch',
- start: '2016-09-12T12:00:00'
+ start: '2016-12-12T12:00:00'
},
{
title: 'Meeting',
- start: '2016-09-12T14:30:00'
+ start: '2016-12-12T14:30:00'
},
{
title: 'Happy Hour',
- start: '2016-09-12T17:30:00'
+ start: '2016-12-12T17:30:00'
},
{
title: 'Dinner',
- start: '2016-09-12T20:00:00'
+ start: '2016-12-12T20:00:00'
},
{
title: 'Birthday Party',
- start: '2016-09-13T07:00:00'
+ start: '2016-12-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
- start: '2016-09-28'
+ start: '2016-12-28'
}
]
});
diff --git a/demos/theme.html b/demos/theme.html
index d488d87333..230e0d2377 100644
--- a/demos/theme.html
+++ b/demos/theme.html
@@ -19,64 +19,64 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listMonth'
},
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-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: '2016-09-01'
+ start: '2016-12-01'
},
{
title: 'Long Event',
- start: '2016-09-07',
- end: '2016-09-10'
+ start: '2016-12-07',
+ end: '2016-12-10'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-09T16:00:00'
+ start: '2016-12-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-16T16:00:00'
+ start: '2016-12-16T16:00:00'
},
{
title: 'Conference',
- start: '2016-09-11',
- end: '2016-09-13'
+ start: '2016-12-11',
+ end: '2016-12-13'
},
{
title: 'Meeting',
- start: '2016-09-12T10:30:00',
- end: '2016-09-12T12:30:00'
+ start: '2016-12-12T10:30:00',
+ end: '2016-12-12T12:30:00'
},
{
title: 'Lunch',
- start: '2016-09-12T12:00:00'
+ start: '2016-12-12T12:00:00'
},
{
title: 'Meeting',
- start: '2016-09-12T14:30:00'
+ start: '2016-12-12T14:30:00'
},
{
title: 'Happy Hour',
- start: '2016-09-12T17:30:00'
+ start: '2016-12-12T17:30:00'
},
{
title: 'Dinner',
- start: '2016-09-12T20:00:00'
+ start: '2016-12-12T20:00:00'
},
{
title: 'Birthday Party',
- start: '2016-09-13T07:00:00'
+ start: '2016-12-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
- start: '2016-09-28'
+ start: '2016-12-28'
}
]
});
diff --git a/demos/timezones.html b/demos/timezones.html
index 5d5fb70209..d13309e3e7 100644
--- a/demos/timezones.html
+++ b/demos/timezones.html
@@ -17,7 +17,7 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek'
},
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-12',
navLinks: true, // can click day/week names to navigate views
editable: true,
selectable: true,
diff --git a/demos/week-numbers.html b/demos/week-numbers.html
index 9299f39a52..27160d7d03 100644
--- a/demos/week-numbers.html
+++ b/demos/week-numbers.html
@@ -17,7 +17,7 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek'
},
- defaultDate: '2016-09-12',
+ defaultDate: '2016-12-12',
navLinks: true, // can click day/week names to navigate views
weekNumbers: true,
@@ -29,57 +29,57 @@
events: [
{
title: 'All Day Event',
- start: '2016-09-01'
+ start: '2016-12-01'
},
{
title: 'Long Event',
- start: '2016-09-07',
- end: '2016-09-10'
+ start: '2016-12-07',
+ end: '2016-12-10'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-09T16:00:00'
+ start: '2016-12-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
- start: '2016-09-16T16:00:00'
+ start: '2016-12-16T16:00:00'
},
{
title: 'Conference',
- start: '2016-09-11',
- end: '2016-09-13'
+ start: '2016-12-11',
+ end: '2016-12-13'
},
{
title: 'Meeting',
- start: '2016-09-12T10:30:00',
- end: '2016-09-12T12:30:00'
+ start: '2016-12-12T10:30:00',
+ end: '2016-12-12T12:30:00'
},
{
title: 'Lunch',
- start: '2016-09-12T12:00:00'
+ start: '2016-12-12T12:00:00'
},
{
title: 'Meeting',
- start: '2016-09-12T14:30:00'
+ start: '2016-12-12T14:30:00'
},
{
title: 'Happy Hour',
- start: '2016-09-12T17:30:00'
+ start: '2016-12-12T17:30:00'
},
{
title: 'Dinner',
- start: '2016-09-12T20:00:00'
+ start: '2016-12-12T20:00:00'
},
{
title: 'Birthday Party',
- start: '2016-09-13T07:00:00'
+ start: '2016-12-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
- start: '2016-09-28'
+ start: '2016-12-28'
}
]
});