[Cosmo-dev] Caldav support
Brian Moseley
bcm at osafoundation.org
Wed Aug 29 01:38:18 PDT 2007
On 8/28/07, COLIN Cyrille <colin at univ-metz.fr> wrote:
> this the url into evolution :
> caldav://localhost:8080/
> logs show that Cosmo receive evolution request, an http OPTIONS.
yep, cosmo does not support caldav at that url. you need to give
evolution the caldav url for a specific collection in your account.
you can find the url of a collection by clicking the "i" icon next to
the collection menu in the web ui. this will show you the collection
details dialog. choose "other" in the "subscribe with" menu. this
shows you the caldav, webcal and atom urls for the collection. the
caldav url will look something like
http://localhost:8080/chandler/dav/collection/2a37a04d-d0f9-44c1-a3e2-5380aff81214.
evolution actually requires the scheme "caldav" rather than "http", so
you'd actually want to plug
caldav://localhost:8080/chandler/dav/collection/2a37a04d-d0f9-44c1-a3e2-5380aff81214
into evolution.
More information about the cosmo-dev
mailing list