There is one way to install the plugin, using composer with libraries globally managed across the entire roundcube installation (recommended)
After installation, you need to configure the plugin.
The recommended and supported method of installation is by using composer.
Installation steps (all paths in the following instructions are relative to the root directory of your roundcube installation):
- Get composer
- go to your roundcude/plugins directory
- clone this module ' git clone https://github.com/scopen-coop/roundcube_caldav.git '
- cd roundcube_caldav
- run composer update
- Enable RoundCube CalDAV in Roundcube:
Open the file
config/config.inc.php
and addroundcube_caldav
to the array$config['plugins']
. - Login to Roundcube and setup your caldav server by navigation to the Settings page and click on Setup CalDav.
In case of errors, check the files logs/*
.
The version of roundcube packaged by Debian and distributed through the Debian and Ubuntu repositories has a split installation scheme that is probably needed to comply with the Debian packaging guidelines.
- The static part of roundcube is installed to
/usr/share/roundcube
- The files that may need to be modified are placed in
/var/lib/roundcube
- The plugins are searched for in
/var/lib/roundcube/plugins
, some pre-installed plugins are actually stored with the static part and symlinked from theplugins
directory.