kitchen-freezer/README.md

9 lines
476 B
Markdown
Raw Normal View History

2021-09-29 23:47:00 +02:00
# kitchen-fridge
2021-11-15 22:32:44 +01:00
kitchen-fridge is a CalDAV (iCal file transfer over WebDAV) Rust client library.
2021-09-29 23:47:00 +02:00
Its [documentation](https://docs.rs/kitchen-fridge/) is available on docs.rs.
2021-11-15 22:32:44 +01:00
CalDAV is described as "Calendaring Extensions to WebDAV" in [RFC 4791](https://datatracker.ietf.org/doc/html/rfc4791) and [RFC 7986](https://datatracker.ietf.org/doc/html/rfc7986) and the underlying iCal format is described at least in [RFC 5545](https://datatracker.ietf.org/doc/html/rfc5545).