Procházet zdrojové kódy

updated demo dates

Adam Shaw před 7 roky
rodič
revize
a25c80b96a

+ 16 - 16
demos/agenda-views.html

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

+ 14 - 14
demos/background-events.html

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

+ 16 - 16
demos/basic-views.html

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

+ 16 - 16
demos/default.html

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

+ 1 - 1
demos/json.html

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

+ 16 - 16
demos/list-views.html

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

+ 16 - 16
demos/locales.html

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

+ 16 - 16
demos/selectable.html

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

+ 16 - 16
demos/themes.html

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

+ 1 - 1
demos/timezones.html

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

+ 16 - 16
demos/week-numbers.html

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