OSX iCal connection
Gerald Brandt
gbr at majentis.com
Mon Nov 2 16:11:03 CET 2015
Hi,
I edited /etc/irony/dav.inc.php, changing:
diff dav.inc.php dav.inc.php~
29c29
< $config['base_uri'] = '/';
---
> $config['base_uri'] = '/iRony/';
Then I changed /usr/share/roundcubemail/calendar.inc.php and
kolab_addressbook.inc.php to give the proper URLs in the web interface:
diff calendar.inc.php calendar.inc.php~
10,11c10
< # $config['calendar_caldav_url'] = 'http://%h/iRony/calendars/%u/%i';
< $config['calendar_caldav_url'] =
'http://caldav.erlphase.com/calendars/%u/%i';
---
> $config['calendar_caldav_url'] = 'http://%h/iRony/calendars/%u/%i';
diff kolab_addressbook.inc.php kolab_addressbook.inc.php~
18,19c18
< #$config['kolab_addressbook_carddav_url'] =
'http://%h/iRony/addressbooks/%u/%i';
< $config['kolab_addressbook_carddav_url'] =
'http://caldav.erlphase.com/addressbooks/%u/%i';
---
> $config['kolab_addressbook_carddav_url'] =
'http://%h/iRony/addressbooks/%u/%i';
Gerald
On 2015-10-30 09:57 AM, brian at sitebiz.com wrote:
> What did you do to get this to work?
>
>
>> On Oct 29, 2015, at 5:11 PM, Gerald Brandt <gbr at majentis.com> wrote:
>>
>> Got 'er done. I had to modify the iRony config.
>>
>> Gerald
>>
>>
>> On 2015-10-29 01:06 PM, Gerald Brandt wrote:
>>> Hi,
>>>
>>> I'm having issues connecting Apple's iCal to Kolab's CalDav server. Has anybody done it and can let me know their settings?
>>>
>>> Gerald
>>>
>>> _______________________________________________
>>> users mailing list
>>> users at lists.kolab.org
>>> https://lists.kolab.org/mailman/listinfo/users
>> _______________________________________________
>> users mailing list
>> users at lists.kolab.org
>> https://lists.kolab.org/mailman/listinfo/users
More information about the users
mailing list