#966494 RFE: add 'carddav' to package 'roundcube-plugins-extra'

#966494#5
Date:
2020-07-29 10:30:18 UTC
From:
To:
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

#966494#12
Date:
2023-07-24 15:39:11 UTC
From:
To:
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