messense / dav-server-rs

Rust WebDAV server library. A fork of the webdav-handler crate.
139 stars 30 forks source link

Support for CalDAV and CardDAV #8

Open tglman opened 2 years ago

tglman commented 2 years ago

Hi,

Is there any plan to support CalDAV and/or CardDAV ?

There are already some required peace done in rust like: https://crates.io/crates/icalendar and https://crates.io/crates/vcard so most of the job I think is related to integration and some additional APIs, anyway probably is not too easy.

Regards

messense commented 2 years ago

No plan, I'm mostly maintaining this for https://github.com/messense/aliyundrive-webdav which does not need CalDAV/CardDAV.

PR welcome though.