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" + } +] +