From 539e63d022401c8dd84b1fc6d5014563ea4f12cd Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 19 Mar 2026 14:19:47 -0400 Subject: [PATCH] feat: Add kite-flying calendar.. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ..a literal hand-written ICS file… send help --- .gitattributes | 1 + static/ics/kite-flying.ics | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .gitattributes create mode 100644 static/ics/kite-flying.ics diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..51409a1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/static/ics/* text eol=crlf diff --git a/static/ics/kite-flying.ics b/static/ics/kite-flying.ics new file mode 100644 index 0000000..7b8ab5c --- /dev/null +++ b/static/ics/kite-flying.ics @@ -0,0 +1,33 @@ +BEGIN:VCALENDAR +VERSION:2.0 +METHOD:PUBLISH +PRODID:-//Coop Cloud//a humble calix +BEGIN:VEVENT +UID:e03f3b2bbc2bd4cb90ef2681b40b21c13419f892 +DTSTAMP:20241126T170914Z +DTSTART:20260326T120000Z +DTEND:20260326T130000Z +SUMMARY:Coop Cloud kite-flying 🪁 (East) +LOCATION:https://jitsi.sutty.nl/CoopCloudKiteFlying +RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=TH +BEGIN:VALARM +ACTION:DISPLAY +DESCRIPTION:Coop Cloud kite-flying 🪁 (East) +TRIGGER;RELATED=START:-PT15M +END:VALARM +END:VEVENT +BEGIN:VEVENT +UID:29316cb64361bc74c48901a6044eb1c0626bfd97 +DTSTAMP:20241126T170914Z +DTSTART:20260319T190000Z +DTEND:20260319T200000Z +SUMMARY:Coop Cloud kite-flying 🪁 (West) +LOCATION:https://jitsi.sutty.nl/CoopCloudKiteFlying +RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=TH +BEGIN:VALARM +ACTION:DISPLAY +DESCRIPTION:Coop Cloud kite-flying 🪁 (West) +TRIGGER;RELATED=START:-PT15M +END:VALARM +END:VEVENT +END:VCALENDAR