2026-03-22 19:15:24 +01:00
2025-09-14 16:02:25 +02:00
2026-03-22 19:15:24 +01:00
2025-09-13 17:15:46 +02:00
2025-12-21 16:17:23 +01:00
2025-09-14 16:02:25 +02:00
2025-09-11 15:42:05 +00:00
2025-09-14 16:02:25 +02:00
Upd
2025-12-21 15:59:21 +01:00
2025-09-14 16:02:25 +02:00

dumbremind

Dumb CalDAV Reminder: definitively not a kind name but a very useful tool to retrieve CalDAV events and tasks and output them in a concise way. Combined with a cron and a notification system it should help my poor brain to be more efficient.

Usage

copy .env.default as .env then edit CalDAV connection parameters and number of days to retrieve.

uv run -m dumbremind

# or make
make run

Docker :

Warning: docker image is designed to be published on a private repository because it includes credentials from your .env file

# build local image
make build

# change publish target first (mine is source.madyanne.fr/yax/dumbremind)
make publish

# run dumbremind in docker (adapt URI) and remove container on exit
docker run --rm source.madyanne.fr/yax/dumbremind
Description
No description provided
Readme MIT 36 KiB
Languages
Python 66.9%
Makefile 17%
Dockerfile 14.7%
Shell 1.4%