Skip to content

InuSasha/kolab-calander-caldav-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kolab-calander-caldav-driver

1 - What is kolab-calander-caldav-driver:

The roundcube webmail-client have calendar plugin implemented by the Kolab-Project. This calendar only have a database, google and spezial kolab-backend event storage. In this project a additional backend is developed, with support for access an CalDAV server like Baikal

2 - Installation:

1.1 - Source install

In the driver path of the calendar, make a simple git clone of this repository, including all submodules.

git clone https://github.com/InuSasha/kolab-calander-caldav-driver.git caldav --recurse-submodules

1.2 - Configuration

change the bankend driver in config.inc.php (of the calendar plugin) to "caldav"

// backend type (database, google, kolab)
$rcmail_config['calendar_driver'] = "caldav";

add the CalDAV Backend path to the end of the config.inc.php

// Base URL to build fully qualified URIs to access calendars via CALDAV
// The following replacement variables are supported:
// %h - Current HTTP host
// %u - Current webmail user name
// %n - Calendar name
// %i - Calendar UUID
$rcmail_config['calendar_caldav_url'] = 'http://%h/cal.php/calendars/%u';

Note: only %h and %u are supported

3 - open Things:

see Issue-List: ToDos
Help is always welcome

About

A CalDAV Backend Driver for for the roundmail calendar from kolab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages