A fork of daladim's kitchen-fridge rust caldav client library to learn how to update and maintain an existing codebase
Find a file
2022-01-19 09:16:25 +01:00
.github/workflows Added a github actions file 2021-11-10 22:52:47 +01:00
examples [minor] Examples have different data folders 2022-01-19 09:16:25 +01:00
resources Fixed icon trasnparency 2021-11-26 15:25:48 +01:00
src Added a progress counter 2021-12-24 15:36:34 +01:00
tests [minor] Unused variable 2021-12-24 14:56:22 +01:00
.gitignore [gitignore] 2021-04-20 00:22:55 +02:00
Cargo.lock [optim] Download 30 added items at once in a single HTTP request from the server 2021-12-24 14:56:22 +01:00
Cargo.toml [optim] Download 30 added items at once in a single HTTP request from the server 2021-12-24 14:56:22 +01:00
LICENSE License, readme and metadata 2021-09-29 23:47:00 +02:00
README.md [doc] 2021-11-24 00:21:18 +01:00

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.