Initial commit: year overview app for Google Calendar ICS feeds

Local Node app that fetches a Google Calendar ICS URL server-side (to avoid
browser CORS restrictions) and renders a two-year overview with each day
split into morning/afternoon/evening segments, colored by emoji found at
the start of event titles (configured in tags.json).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 11:26:39 +02:00
co-authored by Claude Sonnet 5
commit 74284ada97
10 changed files with 800 additions and 0 deletions
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
PORT=4000 exec npm start