On Jan 19, 2012, at 7:59 AM, martin f krafft wrote:

Hello,

I am experimenting with calendarserver 2.4 on Debian stable.

After failures to connect from both, Sunbird and CalDAV-Sync for
Android, I started investigating what was going on. The CalDAV-Sync
author noted, that the response for
/calendars/__uids__/d817aaec-7d24-5b38-bc2f-6369da72cdd9/calendar/
does not include something like

 <calendar xmlns='urn:ietf:params:xml:ns:caldav'/>

and is thus not a valid calendar resource.

Here is the URI:

 http://77.109.139.85:8008/calendars/users/test/calendar/
 or
 http://77.109.139.85:8008/calendars/__uids__/d817aaec-7d24-5b38-bc2f-6369da72cdd9/calendar/

 User/password: test/test

These URLs are simply 404s for me.  How are you authenticating?

My understanding is that the Sunbird project is dead, though.  Have you tried Thunderbird with Lightning instead?  (I don't know anything about CalDAV-Sync.  I've set that up somewhat successfully.

Or is the name 'admin' hardcoded?

This one I can answer at least :).  No, 'admin' isn't hard-coded.  Look in the configuration file (caldavd.plist) for the AdminPrincipals section.

-glyph