Add README, environment example, and project prompt.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
troogs
2026-07-18 17:46:37 +02:00
parent d70df65dc8
commit 785d0fa458
4 changed files with 101 additions and 0 deletions

1
project.prompt.md Normal file
View File

@@ -0,0 +1 @@
Create a Docker environment with a minimal base OS. The container should use the 'mergecal' library to fetch multiple iCalendar feeds from URLs provided via environment variables, merge them into a single feed, and update this at regular intervals. The fetch interval should also be configurable via the .env file.