A program that downloads ICS from upstream calendars, indexes them, and publishes the index as HTML and ICS
Find a file
2025-09-11 06:07:41 +00:00
sample-data initial commit after removing private test data 2025-08-11 06:13:38 +00:00
src make sure feeds get downloaded 2025-09-11 06:07:41 +00:00
.gitignore run fully automated 2025-08-12 04:30:53 +00:00
Cargo.lock ♻️ refactor 2025-09-11 02:16:18 +00:00
Cargo.toml ♻️ refactor 2025-09-11 02:16:18 +00:00
README.md fix clippy lints and improve error handling 2025-09-11 01:14:19 +00:00

Running

# Run autonomous forever
./wide-angle-calendar auto --config config.toml

# Run RSS debug tool
cargo run -- debug-rss untracked/*.rss

# Debug the HTML output
# (You may need to run 'auto' mode first to download the ICS files)
cargo run -- debug-output --config config.toml

TODO

  • Rewrite README considering best practices
  • Add dynamic OpenGraph meta tags
  • HTML templating for faster styling
  • Maybe put descriptions behind details tag
  • Publish ICS to subscribe to?
  • systemd unit or something