Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.01 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.01 KB

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.