Welcome to zerocal, the serverless calendar.
It allows you to create calendar invites from the convenience of your terminal!
π Here's my blog post about the project.
curl https://zerocal.shuttleapp.rs?start=2022-11-04+20:00&duration=3h&title=Birthday&des
cription=paaarty > party.ics
open party.ics
You can also use the web UI at https://zerocal.shuttleapp.rs
You can also self-host zerocal.
To do so, compile the binary with cargo build --release --features local
and
run it with ./target/release/zerocal
.
The server will listen on port 8000 by default.
Please check the issue tracker for contribution ideas. Any pull request is welcome. β€οΈ
To run a local development version install cargo-watch and then run
make local
You can also run a dev version on shuttle.rs with
make dev
Was your project inspired by zerocal? Add it here!
- kiwical - Kiwi Calendar built with Typescript on Deno Deploy.
This app was built with the help of π shuttle.rs, the web application platform for Rust.