mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
34 lines
860 B
XML
34 lines
860 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:VC="urn:ietf:params:xml:ns:carddav">
|
|
<response>
|
|
<href>/caldav.php/user1/addressbook/andresenesq.vcf</href>
|
|
<propstat>
|
|
<prop>
|
|
<getetag>some valid etag</getetag>
|
|
<VC:address-data>BEGIN:VCARD
|
|
VERSION:4.0
|
|
FN:Sven Joseph Klaus Michael Andresen\, Esq.
|
|
FBURL:http://caldav.andresen.local/freebusy
|
|
END:VCARD
|
|
</VC:address-data>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
<response>
|
|
<href>/caldav.php/user1/addressbook/hans_dieter.vcf</href>
|
|
<propstat>
|
|
<prop>
|
|
<getetag>some valid etag</getetag>
|
|
<VC:address-data>BEGIN:VCARD
|
|
VERSION:4.0
|
|
FN:Hans Dieter Schmidt
|
|
FBURL:http://davical.hadi-schmist.home/freebusy
|
|
END:VCARD
|
|
</VC:address-data>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|