Author Topic: Calendar with CalDav for RC  (Read 4867 times)

Offline filhocf

  • Newbie
  • *
  • Posts: 2
Calendar with CalDav for RC
« on: July 25, 2016, 01:21:08 PM »
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

Offline filhocf

  • Newbie
  • *
  • Posts: 2
Re: Calendar with CalDav for RC
« Reply #1 on: July 26, 2016, 07:47:38 AM »
[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

Code: [Select]
$ 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.