<div dir="ltr">Hi,<div><br></div><div>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. </div><div>
<br></div><div>To enable the iCal/CalDAV support, replace the calendar plugins with the following from out Gitlab:</div><div><br></div><div>$ git clone <a href="https://gitlab.awesome-it.de/kolab/roundcube-plugins">https://gitlab.awesome-it.de/kolab/roundcube-plugins</a></div>
<div>$ git checkout roundcubemail-plugins-kolab-caldav-3.1.7</div><div><br></div><div>Now you can enable multiple calendar driver in the calendar's config. Replace:</div><div><br></div><div>$config['calendar_driver'] = "kolab";<br>
</div><div><br></div><div>with:</div><div><br></div><div>$config['calendar_driver'] = array("kolab", "caldav", "ical");<br></div><div><br></div><div>Further, you must update your MySQL database using the SQL scripts from:</div>
<div><br></div><div>plugins/calendar/drivers/database/SQL/mysql.initial.sql</div><div>plugins/calendar/drivers/ical/SQL/mysql.initial.sql</div><div>plugins/calendar/drivers/caldav/SQL/mysql.inital.sql</div><div><br></div>
<div>We are glad for any feedback!</div><div><br></div><div>Best,</div><div>Daniel.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>
<div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 23, 2014 at 8:54 AM, Thomas Brüderli <span dir="ltr"><<a href="mailto:bruederli@kolabsys.com" target="_blank">bruederli@kolabsys.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Michael Rasmussen wrote:<br>
> Hi all,<br>
<br>
Hello Michael<br>
><br>
> I was directed to this list from the dev list at roundcube.<br>
><br>
> Sometime last year there was a thread on the roundcube dev list about<br>
> adding a caldav backend to the calendar plugin provided by kolab. Does<br>
> anybody now whether there have been any progress with this?<br>
><br>
> If there have been some progress does anybody know where to find the<br>
> code for this backend?<br>
<br>
I guess you're referring to<br>
<a href="http://lists.roundcube.net/pipermail/dev/2013-February/022223.html" target="_blank">http://lists.roundcube.net/pipermail/dev/2013-February/022223.html</a><br>
<br>
Therefore I suggest to contact this Chris Moules and ask about their<br>
progress on the CalDAV driver. Would be too bad if you re-implement this<br>
from scratch while others already have done it.<br>
<br>
Kind regards,<br>
Thomas<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@lists.kolab.org">devel@lists.kolab.org</a><br>
<a href="https://lists.kolab.org/mailman/listinfo/devel" target="_blank">https://lists.kolab.org/mailman/listinfo/devel</a><br>
</blockquote></div><br></div>