@@ -30,6 +30,13 @@ For example if `roundcubemail-plugins-kolab-3.1.13` is installed, you must check
If you use Roundcubemail without Kolab, you should put all plugins from the `feature_caldav` branch into your plugins folder. Please note that this is only rarely tested and we won't offer any support for this right now.
* Install/update dependencies using PHP Composer (https://getcomposer.org/)
```bash
$ cd plugins/calendar/lib
$ composer install
```
* Copy `plugins/calendar.orig/config.inc.php` to the new plugin folder and modify accordingly:
```bash
...
...
@@ -113,4 +120,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Kolab Plugins
-------------
See http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/calendar/LICENSE.
\ No newline at end of file
See http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/calendar/LICENSE.