Replaced the google calendar with our own itinerary, driven from our JSON file.

This commit is contained in:
2025-06-20 15:15:45 +10:00
parent a96e869db8
commit 19b73ea064
5 changed files with 238 additions and 80 deletions

View File

@@ -10,7 +10,26 @@
"start": "2025-06-19T18:30:00",
"end": "2025-06-19T21:00:00",
"title": "June 2025 In Person Catch Up",
"location": "Chermside Library"
"description": "Social get-together. Discussion about large language models and meshtastic experiments. Clumsy attempt at adhering to an agenda and taking minutes.",
"location": "Chermside Library",
"coordinates": "-27.38621539644283,153.0351689206467",
"minutes": "Lorem ipsum dolor sit amet consectetur adipiscing elit.\nSit amet consectetur adipiscing elit quisque faucibus ex.\nAdipiscing elit quisque faucibus ex sapien vitae pellentesque."
},
{
"start": "2025-07-08T19:00:00",
"end": "2025-07-08T21:00:00",
"title": "July 2025 Online Catch Up",
"description": "Monthly Online Jitsi Get Together",
"location": "Jitsi",
"agenda": "- Administration Topics\n- Recap of Last Month's Meeting\n- Noteworthy Discourse Threads\n- Presentation(s)"
},
{
"start": "2025-07-24T19:00:00",
"end": "2025-07-24T21:00:00",
"title": "July 2025 In Person Catch Up",
"description": "Monthly In Person Get Together",
"location": "TBA",
"agenda": ""
}
]