little tools to convert lists of events
https://eventdb.mayer.rocks/
- Python 99.2%
- Makefile 0.8%
| eventdb | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| pyproject.toml | ||
| README.md | ||
| todo.org | ||
| uv.lock | ||
mr-eventdb
Generates an ICS calendar and a static HTML page from eventdb-source data.
Live at eventdb.mayer.rocks
Prerequisites
- Python >= 3.11
- uv
Usage
uv run eventdb-build
This reads .rec files from ../eventdb-source/data/ and generates:
output/events.ics— ICS calendar with all-day multi-day eventsoutput/index.html— static HTML page with upcoming/past event tables