aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/examples/full-height.html
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-07-11 18:57:18 +0000
committerMario <mario@mariovavti.com>2023-07-11 18:57:18 +0000
commit63fb8d03929189bfc8cbf53d23cb79984fe2c3cd (patch)
treeb9f74bd8c7721dca7ece251fdbb9a7c4fe9b949a /library/fullcalendar/examples/full-height.html
parent57796a2f962d045445cbf69237bb3d6786e4d0d4 (diff)
parent384de0925e502cfa8fe6ca287530ef5529fdff10 (diff)
downloadvolse-hubzilla-63fb8d03929189bfc8cbf53d23cb79984fe2c3cd.tar.gz
volse-hubzilla-63fb8d03929189bfc8cbf53d23cb79984fe2c3cd.tar.bz2
volse-hubzilla-63fb8d03929189bfc8cbf53d23cb79984fe2c3cd.zip
Merge branch '8.6RC'8.6
Diffstat (limited to 'library/fullcalendar/examples/full-height.html')
-rw-r--r--library/fullcalendar/examples/full-height.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/library/fullcalendar/examples/full-height.html b/library/fullcalendar/examples/full-height.html
index 89b8f7a60..18b55f8c4 100644
--- a/library/fullcalendar/examples/full-height.html
+++ b/library/fullcalendar/examples/full-height.html
@@ -19,7 +19,7 @@
right: 'dayGridMonth,timeGridWeek,timeGridDay,listWeek'
},
initialView: 'dayGridMonth',
- initialDate: '2020-09-12',
+ initialDate: '2023-01-12',
navLinks: true, // can click day/week names to navigate views
editable: true,
selectable: true,
@@ -28,57 +28,57 @@
events: [
{
title: 'All Day Event',
- start: '2020-09-01',
+ start: '2023-01-01',
},
{
title: 'Long Event',
- start: '2020-09-07',
- end: '2020-09-10'
+ start: '2023-01-07',
+ end: '2023-01-10'
},
{
groupId: 999,
title: 'Repeating Event',
- start: '2020-09-09T16:00:00'
+ start: '2023-01-09T16:00:00'
},
{
groupId: 999,
title: 'Repeating Event',
- start: '2020-09-16T16:00:00'
+ start: '2023-01-16T16:00:00'
},
{
title: 'Conference',
- start: '2020-09-11',
- end: '2020-09-13'
+ start: '2023-01-11',
+ end: '2023-01-13'
},
{
title: 'Meeting',
- start: '2020-09-12T10:30:00',
- end: '2020-09-12T12:30:00'
+ start: '2023-01-12T10:30:00',
+ end: '2023-01-12T12:30:00'
},
{
title: 'Lunch',
- start: '2020-09-12T12:00:00'
+ start: '2023-01-12T12:00:00'
},
{
title: 'Meeting',
- start: '2020-09-12T14:30:00'
+ start: '2023-01-12T14:30:00'
},
{
title: 'Happy Hour',
- start: '2020-09-12T17:30:00'
+ start: '2023-01-12T17:30:00'
},
{
title: 'Dinner',
- start: '2020-09-12T20:00:00'
+ start: '2023-01-12T20:00:00'
},
{
title: 'Birthday Party',
- start: '2020-09-13T07:00:00'
+ start: '2023-01-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
- start: '2020-09-28'
+ start: '2023-01-28'
}
]
});