- Package:
- roundcube-plugins-extra
- Source:
- roundcube-plugins-extra
- Submitter:
- Marco Emilio Poleggi
- Date:
- 2023-07-24 15:51:02 UTC
- Severity:
- wishlist
Hi there, I'm testing the 'carddav' plugin to synchronize address books between Nectcloud and Roundcube. It works pretty well (with minor glitches, so far) with Roundcube v1.4.7+dfsg.1-1 and Nextcloud v19.0.1-1~deb10 (https://apt.jurisic.org/debian). Here's the code: <https://github.com/blind-coder/rcmcarddav> It would be great to have it distributed with roundcube-plugins-extra :-) Cheers, Marco
Working fine here as well with one caveat. We need to use the php-sabre-dav and php-sabre-vobject provided with the tar ball on github. If the debian packages php-sabre-dav and/or php-sabre-vobject with the versions packaged in Debian 12.1 are installed roundcube throws a "Uncaught Error: Call to undefined method Sabre\VObject\Component\VCard::getDocumentType()". Documented also here: https://github.com/mstilkerich/rcmcarddav/issues/449 So.... tag as conflict with php-sabre-dav and/or php-sabre-vobject below a certain version? Cheers Christopher