A CalDAV client written in Rust
Go to file
daladim e152b73c51 Better config API 2021-11-16 23:26:11 +01:00
.github/workflows Added a github actions file 2021-11-10 22:52:47 +01:00
examples More ID -> URL renaming 2021-11-16 00:10:47 +01:00
src Better config API 2021-11-16 23:26:11 +01:00
tests More ID -> URL renaming 2021-11-16 00:10:47 +01:00
.gitignore [gitignore] 2021-04-20 00:22:55 +02:00
Cargo.lock [cleanup] Deprecated settings.rs for config.rs 2021-11-10 22:47:33 +01:00
Cargo.toml [doc] 2021-11-15 23:00:02 +01:00
LICENSE License, readme and metadata 2021-09-29 23:47:00 +02:00
README.md [doc] 2021-11-15 23:00:02 +01:00

README.md

kitchen-fridge

kitchen-fridge is a CalDAV (iCal file transfer over WebDAV) Rust client library.

Its documentation is available on docs.rs.

CalDAV is described as "Calendaring Extensions to WebDAV" in RFC 4791 and RFC 7986 and the underlying iCal format is described at least in RFC 5545.