Roundcube Community Forum

 

Calendar with CalDav for RC

Started by filhocf, July 25, 2016, 01:21:08 PM

Previous topic - Next topic

filhocf

Hi

I tried to install the plugin calendar, from Kolab caldav branch[1], but always return the follow msg when I enter in the Calendar page:

Fatal error: Class 'Sabre\DAV\Client' not found in /var/www/webmail/plugins/calendar/lib/caldav-client.php on line 29

Someone have some idea about what i need to do to get this plugin working?

[1]https://gitlab.awesome-it.de/kolab/roundcube-plugins/tree/feature_caldav

Thanks in advance,
Claudio Ferreira

filhocf

[Update]

As I haven't experience with composer, I tried many options without success. After some time, I remember about the updated SabreDav lib and a zip inside the code, so, I entered in $RC_ROOT/plugins/calendar/lib and used


$ composer remove sabre/dav
$ composer remove sabre/vobject
$ composer install  sabre/dav


After some time, has installed sabre/dav 3.2.0 and sabre/vobject 4.1.1. Since this point, the calendar returned to work in my env, but now return errors related to self-signed certificate.