Davical

Aus SchnallIchNet
Version vom 16. Dezember 2011, 13:28 Uhr von Cbs (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Setup == since the documentation is quite good, look at project page for installation.<br/> http://davical.org == Hints == Some hints regarding davical... …“)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Setup

since the documentation is quite good, look at project page for installation.
http://davical.org


Hints

Some hints regarding davical...


bind

create bindings:

curl --basic --user 'user1' -X BIND -H 'Content-Type: text/xml; charset="UTF-8"' \
--url 'https://davical.example.com/caldav.php/user1/' \
-d '<?xml version="1.0" encoding="utf-8"?> <bind xmlns="DAV:"><segment>collection</segment> <href>/caldav.php/sourceprincipal/collection</href> </bind>';