[kronolith] CalDAV not working with iCal and IOS 6

Kinglok, Fong busywater at gmail.com
Wed Jun 19 16:59:57 UTC 2013


On 19 Jun, 2013, at 9:53 PM, lst_hoe02 at kwsoft.de wrote:

> 
> Zitat von "Kinglok, Fong" <busywater at gmail.com>:
> 
>> Hi all,
>> 
>> I have using horde 5.1.1 and Kronolith 4.1.1 and would like to report the CalDAV status in iCal in OSX 10.8.4 and iOS 6.
>> 
>> I have tried add a CalDAV account in iCal, here are the setting I employ:
>> 
>> User Name: foo (without @domain, I have used a hook to strip the domain name)
>> Password: XXXXXXXX
>> 
>> Server Address: mail.domain.com
>> Server Path: /rpc/principals/foo
> 
> From what i remember this should be /rpc.php/...
> It should work if you type in the full URL without "https" as servername when creating the calendar.

I am using rewrite module to generate pretty URL.  So, /rpc/ is correct for me.

> 
>> Port: 443, using SSL
> 
> Be sure to check if your certificate is valid and accepted by iOS, eg. check if the root CA is included there and that you provide intermediate CA certificates. Test with built-in browser if you use the certificate for webmail access.
> 
>> However, there is simply no calendar shown while I have two self-owned calendars in kronolith interface.
> 
> Beside some sync trouble it is working here with the latest Horde/Kronolith.
> 
> Regards
> 
> Andreas
> 
> 
> -- 
> kronolith mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQ
> To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org


I don't think it is a cert problem.  Referring to the page: http://code.google.com/p/sabredav/wiki/ServiceDiscovery
I have setup a redirect rewriterule:
RewriteEngine On

RewriteRule /.well-known/caldav /rpc/ [R,L]


RewriteRule /.well-known/carddav /rpc/ [R,L]


And now adding account is much more quicker in both iOS and iCal.  However, still there is no calendar shown in iCal and no calendar event in iOS.

Kinglok, Fong




More information about the kronolith mailing list