From fc05264afb151073b938ce264b1c018de1d3e252 Mon Sep 17 00:00:00 2001 From: James Downie Date: Sat, 31 May 2025 12:58:42 +1000 Subject: [PATCH] Lazy commit on yancy. --- cal.php | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ events.json | 15 +++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 cal.php create mode 100644 events.json diff --git a/cal.php b/cal.php new file mode 100644 index 0000000..326d5b9 --- /dev/null +++ b/cal.php @@ -0,0 +1,53 @@ + diff --git a/events.json b/events.json new file mode 100644 index 0000000..65f41cc --- /dev/null +++ b/events.json @@ -0,0 +1,15 @@ +[ + { + "start": "2025-06-10T19:00:00", + "end": "2025-06-10T21:00:00", + "title": "June 2025 Online Catch Up", + "location": "Jitsi" + }, + { + "start": "2025-06-19T18:30:00", + "end": "2025-06-19T21:00:00", + "title": "June 2025 In Person Catch Up", + "location": "Chermside Library" + } +] +