package caldav

  1. Overview
  2. Docs
A CalDAV server

Install

Dune Dependency

Authors

Maintainers

Sources

caldav-0.2.0.tbz
sha256=90bbdb95c2c47c213f576930ace721b642d2c019c748266a8dc32b24b99d54a7
sha512=f7ff9e4267285d94c6fba51a65a55493d689851e568a3eae81e4a506620d89f2c731fd5c1e43ea5abaa4bbdb17142d2f9d4337612d96fe9677e61ed01cc529fe

CHANGES.md.html

v0.2.0 (2022-10-28)

  • unikernel: upgrade to mirage 4.3 (#31 @hannesm)

  • bugfix: href_to_principal always returned "/principals" (since v0.1.1) (#24 @hannesm)

  • error when principal or calendar already exists when adding a new principal (#24 @hannesm)

  • when modifying an ACL, check that all referenced principals exist (#24 @hannesm)

  • check for groups and principals on operations thereof (i.e. disallow deleting a group when the principal is a user, etc.) and test cases (#25 @hannesm)

  • use batch in Webdav_api instead of Webdav_fs to reduce commits (#26, fixes in #27 @hannesm)

  • bugfix: adding and removing groups and users, only edit prop file once (#27 @hannesm)

  • bugfix: compute etag after batch (#27 @hannesm)

v0.1.1 (2021-11-02)

  • Drop rresult and astring dependency (#23 @hannesm).

v0.1.0 (2021-05-06)

  • Initial release, with webmachine vendored, and provided as a sublibrary.