Kaynağa Gözat

updated demo dates

Adam Shaw 7 yıl önce
ebeveyn
işleme
59f4dd40c6

+ 16 - 16
demos/agenda-views.html

@@ -15,64 +15,64 @@
         center: 'title',
         right: 'month,agendaWeek,agendaDay,listWeek'
       },
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-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: '2018-12-01',
+          start: '2019-01-01',
         },
         {
           title: 'Long Event',
-          start: '2018-12-07',
-          end: '2018-12-10'
+          start: '2019-01-07',
+          end: '2019-01-10'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-09T16:00:00'
+          start: '2019-01-09T16:00:00'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-16T16:00:00'
+          start: '2019-01-16T16:00:00'
         },
         {
           title: 'Conference',
-          start: '2018-12-11',
-          end: '2018-12-13'
+          start: '2019-01-11',
+          end: '2019-01-13'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T10:30:00',
-          end: '2018-12-12T12:30:00'
+          start: '2019-01-12T10:30:00',
+          end: '2019-01-12T12:30:00'
         },
         {
           title: 'Lunch',
-          start: '2018-12-12T12:00:00'
+          start: '2019-01-12T12:00:00'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T14:30:00'
+          start: '2019-01-12T14:30:00'
         },
         {
           title: 'Happy Hour',
-          start: '2018-12-12T17:30:00'
+          start: '2019-01-12T17:30:00'
         },
         {
           title: 'Dinner',
-          start: '2018-12-12T20:00:00'
+          start: '2019-01-12T20:00:00'
         },
         {
           title: 'Birthday Party',
-          start: '2018-12-13T07:00:00'
+          start: '2019-01-13T07:00:00'
         },
         {
           title: 'Click for Google',
           url: 'http://google.com/',
-          start: '2018-12-28'
+          start: '2019-01-28'
         }
       ]
     });

+ 14 - 14
demos/background-events.html

@@ -15,57 +15,57 @@
         center: 'title',
         right: 'month,agendaWeek,agendaDay,listMonth'
       },
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-12',
       navLinks: true, // can click day/week names to navigate views
       businessHours: true, // display business hours
       editable: true,
       events: [
         {
           title: 'Business Lunch',
-          start: '2018-12-03T13:00:00',
+          start: '2019-01-03T13:00:00',
           constraint: 'businessHours'
         },
         {
           title: 'Meeting',
-          start: '2018-12-13T11:00:00',
+          start: '2019-01-13T11:00:00',
           constraint: 'availableForMeeting', // defined below
           color: '#257e4a'
         },
         {
           title: 'Conference',
-          start: '2018-12-18',
-          end: '2018-12-20'
+          start: '2019-01-18',
+          end: '2019-01-20'
         },
         {
           title: 'Party',
-          start: '2018-12-29T20:00:00'
+          start: '2019-01-29T20:00:00'
         },
 
         // areas where "Meeting" must be dropped
         {
           groupId: 'availableForMeeting',
-          start: '2018-12-11T10:00:00',
-          end: '2018-12-11T16:00:00',
+          start: '2019-01-11T10:00:00',
+          end: '2019-01-11T16:00:00',
           rendering: 'background'
         },
         {
           groupId: 'availableForMeeting',
-          start: '2018-12-13T10:00:00',
-          end: '2018-12-13T16:00:00',
+          start: '2019-01-13T10:00:00',
+          end: '2019-01-13T16:00:00',
           rendering: 'background'
         },
 
         // red areas where no events can be dropped
         {
-          start: '2018-12-24',
-          end: '2018-12-28',
+          start: '2019-01-24',
+          end: '2019-01-28',
           overlap: false,
           rendering: 'background',
           color: '#ff9f89'
         },
         {
-          start: '2018-12-06',
-          end: '2018-12-08',
+          start: '2019-01-06',
+          end: '2019-01-08',
           overlap: false,
           rendering: 'background',
           color: '#ff9f89'

+ 16 - 16
demos/basic-views.html

@@ -15,64 +15,64 @@
         center: 'title',
         right: 'month,basicWeek,basicDay'
       },
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-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: '2018-12-01'
+          start: '2019-01-01'
         },
         {
           title: 'Long Event',
-          start: '2018-12-07',
-          end: '2018-12-10'
+          start: '2019-01-07',
+          end: '2019-01-10'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-09T16:00:00'
+          start: '2019-01-09T16:00:00'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-16T16:00:00'
+          start: '2019-01-16T16:00:00'
         },
         {
           title: 'Conference',
-          start: '2018-12-11',
-          end: '2018-12-13'
+          start: '2019-01-11',
+          end: '2019-01-13'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T10:30:00',
-          end: '2018-12-12T12:30:00'
+          start: '2019-01-12T10:30:00',
+          end: '2019-01-12T12:30:00'
         },
         {
           title: 'Lunch',
-          start: '2018-12-12T12:00:00'
+          start: '2019-01-12T12:00:00'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T14:30:00'
+          start: '2019-01-12T14:30:00'
         },
         {
           title: 'Happy Hour',
-          start: '2018-12-12T17:30:00'
+          start: '2019-01-12T17:30:00'
         },
         {
           title: 'Dinner',
-          start: '2018-12-12T20:00:00'
+          start: '2019-01-12T20:00:00'
         },
         {
           title: 'Birthday Party',
-          start: '2018-12-13T07:00:00'
+          start: '2019-01-13T07:00:00'
         },
         {
           title: 'Click for Google',
           url: 'http://google.com/',
-          start: '2018-12-28'
+          start: '2019-01-28'
         }
       ]
     });

+ 16 - 16
demos/default.html

@@ -10,63 +10,63 @@
     var calendarEl = document.getElementById('calendar');
 
     var calendar = new FullCalendar.Calendar(calendarEl, {
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-12',
       editable: true,
       eventLimit: true, // allow "more" link when too many events
       events: [
         {
           title: 'All Day Event',
-          start: '2018-12-01'
+          start: '2019-01-01'
         },
         {
           title: 'Long Event',
-          start: '2018-12-07',
-          end: '2018-12-10'
+          start: '2019-01-07',
+          end: '2019-01-10'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-09T16:00:00'
+          start: '2019-01-09T16:00:00'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-16T16:00:00'
+          start: '2019-01-16T16:00:00'
         },
         {
           title: 'Conference',
-          start: '2018-12-11',
-          end: '2018-12-13'
+          start: '2019-01-11',
+          end: '2019-01-13'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T10:30:00',
-          end: '2018-12-12T12:30:00'
+          start: '2019-01-12T10:30:00',
+          end: '2019-01-12T12:30:00'
         },
         {
           title: 'Lunch',
-          start: '2018-12-12T12:00:00'
+          start: '2019-01-12T12:00:00'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T14:30:00'
+          start: '2019-01-12T14:30:00'
         },
         {
           title: 'Happy Hour',
-          start: '2018-12-12T17:30:00'
+          start: '2019-01-12T17:30:00'
         },
         {
           title: 'Dinner',
-          start: '2018-12-12T20:00:00'
+          start: '2019-01-12T20:00:00'
         },
         {
           title: 'Birthday Party',
-          start: '2018-12-13T07:00:00'
+          start: '2019-01-13T07:00:00'
         },
         {
           title: 'Click for Google',
           url: 'http://google.com/',
-          start: '2018-12-28'
+          start: '2019-01-28'
         }
       ]
     });

+ 6 - 6
demos/external-dragging-2cals.html

@@ -12,17 +12,17 @@
 
     var srcCalendar = new FullCalendar.Calendar(srcCalendarEl, {
       editable: true,
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-12',
       events: [
         {
           title: 'event1',
-          start: '2018-12-11T10:00:00',
-          end: '2018-12-11T16:00:00'
+          start: '2019-01-11T10:00:00',
+          end: '2019-01-11T16:00:00'
         },
         {
           title: 'event2',
-          start: '2018-12-13T10:00:00',
-          end: '2018-12-13T16:00:00'
+          start: '2019-01-13T10:00:00',
+          end: '2019-01-13T16:00:00'
         }
       ],
       eventLeave: function(info) {
@@ -31,7 +31,7 @@
     });
 
     var destCalendar = new FullCalendar.Calendar(destCalendarEl, {
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-12',
       editable: true,
       droppable: true, // will let it receive events!
       eventReceive: function(info) {

+ 16 - 16
demos/full-height.html

@@ -12,64 +12,64 @@
     var calendar = new FullCalendar.Calendar(calendarEl, {
       height: 'parent',
       defaultView: 'month',
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-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: '2018-12-01',
+          start: '2019-01-01',
         },
         {
           title: 'Long Event',
-          start: '2018-12-07',
-          end: '2018-12-10'
+          start: '2019-01-07',
+          end: '2019-01-10'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-09T16:00:00'
+          start: '2019-01-09T16:00:00'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-16T16:00:00'
+          start: '2019-01-16T16:00:00'
         },
         {
           title: 'Conference',
-          start: '2018-12-11',
-          end: '2018-12-13'
+          start: '2019-01-11',
+          end: '2019-01-13'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T10:30:00',
-          end: '2018-12-12T12:30:00'
+          start: '2019-01-12T10:30:00',
+          end: '2019-01-12T12:30:00'
         },
         {
           title: 'Lunch',
-          start: '2018-12-12T12:00:00'
+          start: '2019-01-12T12:00:00'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T14:30:00'
+          start: '2019-01-12T14:30:00'
         },
         {
           title: 'Happy Hour',
-          start: '2018-12-12T17:30:00'
+          start: '2019-01-12T17:30:00'
         },
         {
           title: 'Dinner',
-          start: '2018-12-12T20:00:00'
+          start: '2019-01-12T20:00:00'
         },
         {
           title: 'Birthday Party',
-          start: '2018-12-13T07:00:00'
+          start: '2019-01-13T07:00:00'
         },
         {
           title: 'Click for Google',
           url: 'http://google.com/',
-          start: '2018-12-28'
+          start: '2019-01-28'
         }
       ]
     });

+ 1 - 1
demos/json.html

@@ -16,7 +16,7 @@
         center: 'title',
         right: 'month,agendaWeek,agendaDay,listWeek'
       },
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-12',
       editable: true,
       navLinks: true, // can click day/week names to navigate views
       eventLimit: true, // allow "more" link when too many events

+ 15 - 15
demos/json/events.json

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

+ 16 - 16
demos/list-views.html

@@ -24,64 +24,64 @@
       },
 
       defaultView: 'listWeek',
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-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: '2018-12-01'
+          start: '2019-01-01'
         },
         {
           title: 'Long Event',
-          start: '2018-12-07',
-          end: '2018-12-10'
+          start: '2019-01-07',
+          end: '2019-01-10'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-09T16:00:00'
+          start: '2019-01-09T16:00:00'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-16T16:00:00'
+          start: '2019-01-16T16:00:00'
         },
         {
           title: 'Conference',
-          start: '2018-12-11',
-          end: '2018-12-13'
+          start: '2019-01-11',
+          end: '2019-01-13'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T10:30:00',
-          end: '2018-12-12T12:30:00'
+          start: '2019-01-12T10:30:00',
+          end: '2019-01-12T12:30:00'
         },
         {
           title: 'Lunch',
-          start: '2018-12-12T12:00:00'
+          start: '2019-01-12T12:00:00'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T14:30:00'
+          start: '2019-01-12T14:30:00'
         },
         {
           title: 'Happy Hour',
-          start: '2018-12-12T17:30:00'
+          start: '2019-01-12T17:30:00'
         },
         {
           title: 'Dinner',
-          start: '2018-12-12T20:00:00'
+          start: '2019-01-12T20:00:00'
         },
         {
           title: 'Birthday Party',
-          start: '2018-12-13T07:00:00'
+          start: '2019-01-13T07:00:00'
         },
         {
           title: 'Click for Google',
           url: 'http://google.com/',
-          start: '2018-12-28'
+          start: '2019-01-28'
         }
       ]
     });

+ 16 - 16
demos/locales.html

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

+ 3 - 3
demos/rrule.html

@@ -17,14 +17,14 @@
         center: 'title',
         right: 'month,agendaWeek,agendaDay,listMonth'
       },
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-12',
       editable: true,
       events: [
         {
           title: 'rrule event',
           rrule: {
-            dtstart: '2018-12-09T13:00:00',
-            // until: '2018-12-01',
+            dtstart: '2019-01-09T13:00:00',
+            // until: '2019-01-01',
             freq: 'weekly'
           },
           duration: '02:00'

+ 16 - 16
demos/selectable.html

@@ -15,7 +15,7 @@
         center: 'title',
         right: 'month,agendaWeek,agendaDay'
       },
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-12',
       navLinks: true, // can click day/week names to navigate views
       selectable: true,
       selectMirror: true,
@@ -36,57 +36,57 @@
       events: [
         {
           title: 'All Day Event',
-          start: '2018-12-01'
+          start: '2019-01-01'
         },
         {
           title: 'Long Event',
-          start: '2018-12-07',
-          end: '2018-12-10'
+          start: '2019-01-07',
+          end: '2019-01-10'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-09T16:00:00'
+          start: '2019-01-09T16:00:00'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-16T16:00:00'
+          start: '2019-01-16T16:00:00'
         },
         {
           title: 'Conference',
-          start: '2018-12-11',
-          end: '2018-12-13'
+          start: '2019-01-11',
+          end: '2019-01-13'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T10:30:00',
-          end: '2018-12-12T12:30:00'
+          start: '2019-01-12T10:30:00',
+          end: '2019-01-12T12:30:00'
         },
         {
           title: 'Lunch',
-          start: '2018-12-12T12:00:00'
+          start: '2019-01-12T12:00:00'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T14:30:00'
+          start: '2019-01-12T14:30:00'
         },
         {
           title: 'Happy Hour',
-          start: '2018-12-12T17:30:00'
+          start: '2019-01-12T17:30:00'
         },
         {
           title: 'Dinner',
-          start: '2018-12-12T20:00:00'
+          start: '2019-01-12T20:00:00'
         },
         {
           title: 'Birthday Party',
-          start: '2018-12-13T07:00:00'
+          start: '2019-01-13T07:00:00'
         },
         {
           title: 'Click for Google',
           url: 'http://google.com/',
-          start: '2018-12-28'
+          start: '2019-01-28'
         }
       ]
     });

+ 16 - 16
demos/themes.html

@@ -22,7 +22,7 @@
             center: 'title',
             right: 'month,agendaWeek,agendaDay,listMonth'
           },
-          defaultDate: '2018-12-12',
+          defaultDate: '2019-01-12',
           weekNumbers: true,
           navLinks: true, // can click day/week names to navigate views
           editable: true,
@@ -30,57 +30,57 @@
           events: [
             {
               title: 'All Day Event',
-              start: '2018-12-01'
+              start: '2019-01-01'
             },
             {
               title: 'Long Event',
-              start: '2018-12-07',
-              end: '2018-12-10'
+              start: '2019-01-07',
+              end: '2019-01-10'
             },
             {
               groupId: 999,
               title: 'Repeating Event',
-              start: '2018-12-09T16:00:00'
+              start: '2019-01-09T16:00:00'
             },
             {
               groupId: 999,
               title: 'Repeating Event',
-              start: '2018-12-16T16:00:00'
+              start: '2019-01-16T16:00:00'
             },
             {
               title: 'Conference',
-              start: '2018-12-11',
-              end: '2018-12-13'
+              start: '2019-01-11',
+              end: '2019-01-13'
             },
             {
               title: 'Meeting',
-              start: '2018-12-12T10:30:00',
-              end: '2018-12-12T12:30:00'
+              start: '2019-01-12T10:30:00',
+              end: '2019-01-12T12:30:00'
             },
             {
               title: 'Lunch',
-              start: '2018-12-12T12:00:00'
+              start: '2019-01-12T12:00:00'
             },
             {
               title: 'Meeting',
-              start: '2018-12-12T14:30:00'
+              start: '2019-01-12T14:30:00'
             },
             {
               title: 'Happy Hour',
-              start: '2018-12-12T17:30:00'
+              start: '2019-01-12T17:30:00'
             },
             {
               title: 'Dinner',
-              start: '2018-12-12T20:00:00'
+              start: '2019-01-12T20:00:00'
             },
             {
               title: 'Birthday Party',
-              start: '2018-12-13T07:00:00'
+              start: '2019-01-13T07:00:00'
             },
             {
               title: 'Click for Google',
               url: 'http://google.com/',
-              start: '2018-12-28'
+              start: '2019-01-28'
             }
           ]
         });

+ 1 - 1
demos/time-zones.html

@@ -20,7 +20,7 @@
         center: 'title',
         right: 'month,agendaWeek,agendaDay,listWeek'
       },
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-12',
       navLinks: true, // can click day/week names to navigate views
       editable: true,
       selectable: true,

+ 16 - 16
demos/week-numbers.html

@@ -15,7 +15,7 @@
         center: 'title',
         right: 'month,agendaWeek,agendaDay,listWeek'
       },
-      defaultDate: '2018-12-12',
+      defaultDate: '2019-01-12',
       navLinks: true, // can click day/week names to navigate views
 
       weekNumbers: true,
@@ -27,57 +27,57 @@
       events: [
         {
           title: 'All Day Event',
-          start: '2018-12-01'
+          start: '2019-01-01'
         },
         {
           title: 'Long Event',
-          start: '2018-12-07',
-          end: '2018-12-10'
+          start: '2019-01-07',
+          end: '2019-01-10'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-09T16:00:00'
+          start: '2019-01-09T16:00:00'
         },
         {
           groupId: 999,
           title: 'Repeating Event',
-          start: '2018-12-16T16:00:00'
+          start: '2019-01-16T16:00:00'
         },
         {
           title: 'Conference',
-          start: '2018-12-11',
-          end: '2018-12-13'
+          start: '2019-01-11',
+          end: '2019-01-13'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T10:30:00',
-          end: '2018-12-12T12:30:00'
+          start: '2019-01-12T10:30:00',
+          end: '2019-01-12T12:30:00'
         },
         {
           title: 'Lunch',
-          start: '2018-12-12T12:00:00'
+          start: '2019-01-12T12:00:00'
         },
         {
           title: 'Meeting',
-          start: '2018-12-12T14:30:00'
+          start: '2019-01-12T14:30:00'
         },
         {
           title: 'Happy Hour',
-          start: '2018-12-12T17:30:00'
+          start: '2019-01-12T17:30:00'
         },
         {
           title: 'Dinner',
-          start: '2018-12-12T20:00:00'
+          start: '2019-01-12T20:00:00'
         },
         {
           title: 'Birthday Party',
-          start: '2018-12-13T07:00:00'
+          start: '2019-01-13T07:00:00'
         },
         {
           title: 'Click for Google',
           url: 'http://google.com/',
-          start: '2018-12-28'
+          start: '2019-01-28'
         }
       ]
     });