Hi,
I'm trying to get sabredav working on an iPad 2 with iOS 5.0.1 but it's not really working...
CalDAV works fine on iPhone 1 with iOS 3.4 (?) but it doesn't work on the iPad 2.
I really have no idea what the problem might be. Here are the HTTP logs:
PROPFIND principals/username
<?xml version="1.0" encoding="UTF-8"?>
<A:propfind xmlns:A="DAV:">
<A:prop>
<A:current-user-principal/>
<A:principal-URL/>
<A:resourcetype/>
</A:prop>
</A:propfind>
RESPONSE
<d:multistatus xmlns:d="DAV:" xmlns:s="
http://sabredav.org/ns" xmlns:cal="urn:ietf:params:xml:ns:caldav" xmlns:cs="
http://calendarserver.org/ns/" xmlns:card="urn:ietf:params:xml:ns:carddav">
<d:response>
<d:href>/principals/username/</d:href>
<d:propstat>
<d:prop>
<d:principal-URL>
<d:href>/principals/username/</d:href>
</d:principal-URL>
<d:current-user-principal>
<d:href>/principals/username/</d:href>
</d:current-user-principal>
<d:resourcetype>
<d:principal/>
</d:resourcetype>
</d:prop>
<d:status>HTTP/1.1 200 OK</d:status>
</d:propstat>
</d:response>
</d:multistatus>
After communication with the server the new account dialog returns an error message "Unable to verify account information."
Anyone knows what to do?
Thanks in advance,
Gillis