A CalDAV client written in Rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
daladim 2281c34529 Version 0.4.0 4 years ago
.github/workflows Added a github actions file 4 years ago
examples [minor] Examples have different data folders 4 years ago
resources Fixed icon trasnparency 4 years ago
src [doc] improvements and rewordings 4 years ago
tests [minor] Unused variable 4 years ago
.gitignore [gitignore] 5 years ago
Cargo.lock Upgrade dependencies 4 years ago
Cargo.toml Version 0.4.0 4 years ago
LICENSE License, readme and metadata 4 years ago
README.md [doc] 4 years ago

README.md

kitchen-fridge

kitchen-fridge logo

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

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.
This library has been intensivley tested with Nextcloud servers. It should support Owncloud and iCloud as well, since they use the very same CalDAV protocol.

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.