Kozea / Radicale

A simple CalDAV (calendar) and CardDAV (contact) server.
https://radicale.org
GNU General Public License v3.0
3.27k stars 426 forks source link

webdav, files, zotero support? #1177

Open fieryflamon opened 3 years ago

fieryflamon commented 3 years ago

Hi I am currently using nextcloud for caldav, carddav, and webdav (for zotero). I understand the caldav/carddav functionality can be replaced by radicale. But what about the webdav storage for zotero pdfs?

thank you

jonassmedegaard commented 3 years ago

Even though CalDAV and CardDAV protocols are extensions to WebDAV, Radicale is (deliberately, to keep code complexity relatively low) a crude implementation of only practically required parts of the CalDAV and CardDAV protocols, and you cannot expect generic WebDAV to work.

hjudt commented 2 years ago

If it helps, you could simply use radicale and wsgidav to get similar functionality, which probably works good enough for personal use-cases. If you need more functionality for public file sharing with passwords, you'd need to script that, though.