Adam Shaw 9 lat temu
rodzic
commit
4eef482c02

+ 16 - 16
demos/agenda-views.html

@@ -17,63 +17,63 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay'
 			},
-			defaultDate: '2016-05-12',
+			defaultDate: '2016-06-12',
 			editable: true,
 			eventLimit: true, // allow "more" link when too many events
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2016-05-01'
+					start: '2016-06-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2016-05-07',
-					end: '2016-05-10'
+					start: '2016-06-07',
+					end: '2016-06-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-09T16:00:00'
+					start: '2016-06-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-16T16:00:00'
+					start: '2016-06-16T16:00:00'
 				},
 				{
 					title: 'Conference',
-					start: '2016-05-11',
-					end: '2016-05-13'
+					start: '2016-06-11',
+					end: '2016-06-13'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T10:30:00',
-					end: '2016-05-12T12:30:00'
+					start: '2016-06-12T10:30:00',
+					end: '2016-06-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2016-05-12T12:00:00'
+					start: '2016-06-12T12:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T14:30:00'
+					start: '2016-06-12T14:30:00'
 				},
 				{
 					title: 'Happy Hour',
-					start: '2016-05-12T17:30:00'
+					start: '2016-06-12T17:30:00'
 				},
 				{
 					title: 'Dinner',
-					start: '2016-05-12T20:00:00'
+					start: '2016-06-12T20:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2016-05-13T07:00:00'
+					start: '2016-06-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2016-05-28'
+					start: '2016-06-28'
 				}
 			]
 		});

+ 14 - 14
demos/background-events.html

@@ -17,56 +17,56 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay'
 			},
-			defaultDate: '2016-05-12',
+			defaultDate: '2016-06-12',
 			businessHours: true, // display business hours
 			editable: true,
 			events: [
 				{
 					title: 'Business Lunch',
-					start: '2016-05-03T13:00:00',
+					start: '2016-06-03T13:00:00',
 					constraint: 'businessHours'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-13T11:00:00',
+					start: '2016-06-13T11:00:00',
 					constraint: 'availableForMeeting', // defined below
 					color: '#257e4a'
 				},
 				{
 					title: 'Conference',
-					start: '2016-05-18',
-					end: '2016-05-20'
+					start: '2016-06-18',
+					end: '2016-06-20'
 				},
 				{
 					title: 'Party',
-					start: '2016-05-29T20:00:00'
+					start: '2016-06-29T20:00:00'
 				},
 
 				// areas where "Meeting" must be dropped
 				{
 					id: 'availableForMeeting',
-					start: '2016-05-11T10:00:00',
-					end: '2016-05-11T16:00:00',
+					start: '2016-06-11T10:00:00',
+					end: '2016-06-11T16:00:00',
 					rendering: 'background'
 				},
 				{
 					id: 'availableForMeeting',
-					start: '2016-05-13T10:00:00',
-					end: '2016-05-13T16:00:00',
+					start: '2016-06-13T10:00:00',
+					end: '2016-06-13T16:00:00',
 					rendering: 'background'
 				},
 
 				// red areas where no events can be dropped
 				{
-					start: '2016-05-24',
-					end: '2016-05-28',
+					start: '2016-06-24',
+					end: '2016-06-28',
 					overlap: false,
 					rendering: 'background',
 					color: '#ff9f89'
 				},
 				{
-					start: '2016-05-06',
-					end: '2016-05-08',
+					start: '2016-06-06',
+					end: '2016-06-08',
 					overlap: false,
 					rendering: 'background',
 					color: '#ff9f89'

+ 16 - 16
demos/basic-views.html

@@ -17,63 +17,63 @@
 				center: 'title',
 				right: 'month,basicWeek,basicDay'
 			},
-			defaultDate: '2016-05-12',
+			defaultDate: '2016-06-12',
 			editable: true,
 			eventLimit: true, // allow "more" link when too many events
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2016-05-01'
+					start: '2016-06-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2016-05-07',
-					end: '2016-05-10'
+					start: '2016-06-07',
+					end: '2016-06-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-09T16:00:00'
+					start: '2016-06-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-16T16:00:00'
+					start: '2016-06-16T16:00:00'
 				},
 				{
 					title: 'Conference',
-					start: '2016-05-11',
-					end: '2016-05-13'
+					start: '2016-06-11',
+					end: '2016-06-13'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T10:30:00',
-					end: '2016-05-12T12:30:00'
+					start: '2016-06-12T10:30:00',
+					end: '2016-06-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2016-05-12T12:00:00'
+					start: '2016-06-12T12:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T14:30:00'
+					start: '2016-06-12T14:30:00'
 				},
 				{
 					title: 'Happy Hour',
-					start: '2016-05-12T17:30:00'
+					start: '2016-06-12T17:30:00'
 				},
 				{
 					title: 'Dinner',
-					start: '2016-05-12T20:00:00'
+					start: '2016-06-12T20:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2016-05-13T07:00:00'
+					start: '2016-06-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2016-05-28'
+					start: '2016-06-28'
 				}
 			]
 		});

+ 16 - 16
demos/default.html

@@ -12,63 +12,63 @@
 	$(document).ready(function() {
 
 		$('#calendar').fullCalendar({
-			defaultDate: '2016-05-12',
+			defaultDate: '2016-06-12',
 			editable: true,
 			eventLimit: true, // allow "more" link when too many events
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2016-05-01'
+					start: '2016-06-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2016-05-07',
-					end: '2016-05-10'
+					start: '2016-06-07',
+					end: '2016-06-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-09T16:00:00'
+					start: '2016-06-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-16T16:00:00'
+					start: '2016-06-16T16:00:00'
 				},
 				{
 					title: 'Conference',
-					start: '2016-05-11',
-					end: '2016-05-13'
+					start: '2016-06-11',
+					end: '2016-06-13'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T10:30:00',
-					end: '2016-05-12T12:30:00'
+					start: '2016-06-12T10:30:00',
+					end: '2016-06-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2016-05-12T12:00:00'
+					start: '2016-06-12T12:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T14:30:00'
+					start: '2016-06-12T14:30:00'
 				},
 				{
 					title: 'Happy Hour',
-					start: '2016-05-12T17:30:00'
+					start: '2016-06-12T17:30:00'
 				},
 				{
 					title: 'Dinner',
-					start: '2016-05-12T20:00:00'
+					start: '2016-06-12T20:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2016-05-13T07:00:00'
+					start: '2016-06-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2016-05-28'
+					start: '2016-06-28'
 				}
 			]
 		});

+ 1 - 1
demos/json.html

@@ -17,7 +17,7 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay'
 			},
-			defaultDate: '2016-05-12',
+			defaultDate: '2016-06-12',
 			editable: true,
 			eventLimit: true, // allow "more" link when too many events
 			events: {

+ 15 - 15
demos/json/events.json

@@ -1,56 +1,56 @@
 [
   {
     "title": "All Day Event",
-    "start": "2016-05-01"
+    "start": "2016-06-01"
   },
   {
     "title": "Long Event",
-    "start": "2016-05-07",
-    "end": "2016-05-10"
+    "start": "2016-06-07",
+    "end": "2016-06-10"
   },
   {
     "id": "999",
     "title": "Repeating Event",
-    "start": "2016-05-09T16:00:00-05:00"
+    "start": "2016-06-09T16:00:00-05:00"
   },
   {
     "id": "999",
     "title": "Repeating Event",
-    "start": "2016-05-16T16:00:00-05:00"
+    "start": "2016-06-16T16:00:00-05:00"
   },
   {
     "title": "Conference",
-    "start": "2016-05-11",
-    "end": "2016-05-13"
+    "start": "2016-06-11",
+    "end": "2016-06-13"
   },
   {
     "title": "Meeting",
-    "start": "2016-05-12T10:30:00-05:00",
-    "end": "2016-05-12T12:30:00-05:00"
+    "start": "2016-06-12T10:30:00-05:00",
+    "end": "2016-06-12T12:30:00-05:00"
   },
   {
     "title": "Lunch",
-    "start": "2016-05-12T12:00:00-05:00"
+    "start": "2016-06-12T12:00:00-05:00"
   },
   {
     "title": "Meeting",
-    "start": "2016-05-12T14:30:00-05:00"
+    "start": "2016-06-12T14:30:00-05:00"
   },
   {
     "title": "Happy Hour",
-    "start": "2016-05-12T17:30:00-05:00"
+    "start": "2016-06-12T17:30:00-05:00"
   },
   {
     "title": "Dinner",
-    "start": "2016-05-12T20:00:00"
+    "start": "2016-06-12T20:00:00"
   },
   {
     "title": "Birthday Party",
-    "start": "2016-05-13T07:00:00-05:00"
+    "start": "2016-06-13T07:00:00-05:00"
   },
   {
     "title": "Click for Google",
     "url": "http://google.com/",
-    "start": "2016-05-28"
+    "start": "2016-06-28"
   }
 ]

+ 16 - 16
demos/languages.html

@@ -40,7 +40,7 @@
 					center: 'title',
 					right: 'month,agendaWeek,agendaDay'
 				},
-				defaultDate: '2016-05-12',
+				defaultDate: '2016-06-12',
 				lang: currentLangCode,
 				buttonIcons: false, // show the prev/next text
 				weekNumbers: true,
@@ -49,57 +49,57 @@
 				events: [
 					{
 						title: 'All Day Event',
-						start: '2016-05-01'
+						start: '2016-06-01'
 					},
 					{
 						title: 'Long Event',
-						start: '2016-05-07',
-						end: '2016-05-10'
+						start: '2016-06-07',
+						end: '2016-06-10'
 					},
 					{
 						id: 999,
 						title: 'Repeating Event',
-						start: '2016-05-09T16:00:00'
+						start: '2016-06-09T16:00:00'
 					},
 					{
 						id: 999,
 						title: 'Repeating Event',
-						start: '2016-05-16T16:00:00'
+						start: '2016-06-16T16:00:00'
 					},
 					{
 						title: 'Conference',
-						start: '2016-05-11',
-						end: '2016-05-13'
+						start: '2016-06-11',
+						end: '2016-06-13'
 					},
 					{
 						title: 'Meeting',
-						start: '2016-05-12T10:30:00',
-						end: '2016-05-12T12:30:00'
+						start: '2016-06-12T10:30:00',
+						end: '2016-06-12T12:30:00'
 					},
 					{
 						title: 'Lunch',
-						start: '2016-05-12T12:00:00'
+						start: '2016-06-12T12:00:00'
 					},
 					{
 						title: 'Meeting',
-						start: '2016-05-12T14:30:00'
+						start: '2016-06-12T14:30:00'
 					},
 					{
 						title: 'Happy Hour',
-						start: '2016-05-12T17:30:00'
+						start: '2016-06-12T17:30:00'
 					},
 					{
 						title: 'Dinner',
-						start: '2016-05-12T20:00:00'
+						start: '2016-06-12T20:00:00'
 					},
 					{
 						title: 'Birthday Party',
-						start: '2016-05-13T07:00:00'
+						start: '2016-06-13T07:00:00'
 					},
 					{
 						title: 'Click for Google',
 						url: 'http://google.com/',
-						start: '2016-05-28'
+						start: '2016-06-28'
 					}
 				]
 			});

+ 16 - 16
demos/selectable.html

@@ -17,7 +17,7 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay'
 			},
-			defaultDate: '2016-05-12',
+			defaultDate: '2016-06-12',
 			selectable: true,
 			selectHelper: true,
 			select: function(start, end) {
@@ -38,57 +38,57 @@
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2016-05-01'
+					start: '2016-06-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2016-05-07',
-					end: '2016-05-10'
+					start: '2016-06-07',
+					end: '2016-06-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-09T16:00:00'
+					start: '2016-06-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-16T16:00:00'
+					start: '2016-06-16T16:00:00'
 				},
 				{
 					title: 'Conference',
-					start: '2016-05-11',
-					end: '2016-05-13'
+					start: '2016-06-11',
+					end: '2016-06-13'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T10:30:00',
-					end: '2016-05-12T12:30:00'
+					start: '2016-06-12T10:30:00',
+					end: '2016-06-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2016-05-12T12:00:00'
+					start: '2016-06-12T12:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T14:30:00'
+					start: '2016-06-12T14:30:00'
 				},
 				{
 					title: 'Happy Hour',
-					start: '2016-05-12T17:30:00'
+					start: '2016-06-12T17:30:00'
 				},
 				{
 					title: 'Dinner',
-					start: '2016-05-12T20:00:00'
+					start: '2016-06-12T20:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2016-05-13T07:00:00'
+					start: '2016-06-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2016-05-28'
+					start: '2016-06-28'
 				}
 			]
 		});

+ 16 - 16
demos/theme.html

@@ -19,63 +19,63 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay'
 			},
-			defaultDate: '2016-05-12',
+			defaultDate: '2016-06-12',
 			editable: true,
 			eventLimit: true, // allow "more" link when too many events
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2016-05-01'
+					start: '2016-06-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2016-05-07',
-					end: '2016-05-10'
+					start: '2016-06-07',
+					end: '2016-06-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-09T16:00:00'
+					start: '2016-06-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2016-05-16T16:00:00'
+					start: '2016-06-16T16:00:00'
 				},
 				{
 					title: 'Conference',
-					start: '2016-05-11',
-					end: '2016-05-13'
+					start: '2016-06-11',
+					end: '2016-06-13'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T10:30:00',
-					end: '2016-05-12T12:30:00'
+					start: '2016-06-12T10:30:00',
+					end: '2016-06-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2016-05-12T12:00:00'
+					start: '2016-06-12T12:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2016-05-12T14:30:00'
+					start: '2016-06-12T14:30:00'
 				},
 				{
 					title: 'Happy Hour',
-					start: '2016-05-12T17:30:00'
+					start: '2016-06-12T17:30:00'
 				},
 				{
 					title: 'Dinner',
-					start: '2016-05-12T20:00:00'
+					start: '2016-06-12T20:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2016-05-13T07:00:00'
+					start: '2016-06-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2016-05-28'
+					start: '2016-06-28'
 				}
 			]
 		});

+ 1 - 1
demos/timezones.html

@@ -37,7 +37,7 @@
 					center: 'title',
 					right: 'month,agendaWeek,agendaDay'
 				},
-				defaultDate: '2016-05-12',
+				defaultDate: '2016-06-12',
 				timezone: currentTimezone,
 				editable: true,
 				selectable: true,