From 3ec2c55621e3a52887e25d172e02546af0ca02c0 Mon Sep 17 00:00:00 2001 From: David Guest Date: Fri, 6 Jun 2025 09:59:25 +1000 Subject: [PATCH] Testing updates --- cal_testing.php | 53 +++++++++++++++++++++++++++++++++++++++++++++ events_testing.json | 16 ++++++++++++++ 2 files changed, 69 insertions(+) create mode 100755 cal_testing.php create mode 100755 events_testing.json diff --git a/cal_testing.php b/cal_testing.php new file mode 100755 index 0000000..54b5c1e --- /dev/null +++ b/cal_testing.php @@ -0,0 +1,53 @@ + \ No newline at end of file diff --git a/events_testing.json b/events_testing.json new file mode 100755 index 0000000..7e9c440 --- /dev/null +++ b/events_testing.json @@ -0,0 +1,16 @@ +[ + { + "start": "2025-06-10T19:00:00", + "end": "2025-06-10T21:00:00", + "title": "June 2025 Online Catch Up", + "description": "Getting started with meshtastic", + "location": "Jitsi" + }, + { + "start": "2025-06-19T18:30:00", + "end": "2025-06-19T21:00:00", + "title": "June 2025 In Person Catch Up", + "location": "Chermside Library" + } +] +