[Kolab-devel] caldav backend to calender plugin
Daniel Morlock
daniel.morlock at gmail.com
Thu Jan 23 09:29:31 CET 2014
Hi,
we're working on iCal/CalDAV support for the roundcube calendar. The
implementation is mostly done, but some bugs might be left. We are
currently testing and fixing stuff.
To enable the iCal/CalDAV support, replace the calendar plugins with the
following from out Gitlab:
$ git clone https://gitlab.awesome-it.de/kolab/roundcube-plugins
$ git checkout roundcubemail-plugins-kolab-caldav-3.1.7
Now you can enable multiple calendar driver in the calendar's config.
Replace:
$config['calendar_driver'] = "kolab";
with:
$config['calendar_driver'] = array("kolab", "caldav", "ical");
Further, you must update your MySQL database using the SQL scripts from:
plugins/calendar/drivers/database/SQL/mysql.initial.sql
plugins/calendar/drivers/ical/SQL/mysql.initial.sql
plugins/calendar/drivers/caldav/SQL/mysql.inital.sql
We are glad for any feedback!
Best,
Daniel.
On Thu, Jan 23, 2014 at 8:54 AM, Thomas Brüderli <bruederli at kolabsys.com>wrote:
> Michael Rasmussen wrote:
> > Hi all,
>
> Hello Michael
> >
> > I was directed to this list from the dev list at roundcube.
> >
> > Sometime last year there was a thread on the roundcube dev list about
> > adding a caldav backend to the calendar plugin provided by kolab. Does
> > anybody now whether there have been any progress with this?
> >
> > If there have been some progress does anybody know where to find the
> > code for this backend?
>
> I guess you're referring to
> http://lists.roundcube.net/pipermail/dev/2013-February/022223.html
>
> Therefore I suggest to contact this Chris Moules and ask about their
> progress on the CalDAV driver. Would be too bad if you re-implement this
> from scratch while others already have done it.
>
> Kind regards,
> Thomas
> _______________________________________________
> devel mailing list
> devel at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/devel/attachments/20140123/727d7443/attachment.html>
More information about the devel
mailing list