mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-20 14:20:14 +00:00
10 lines
288 B
XML
10 lines
288 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<propfind xmlns="DAV:"><prop>
|
|
<getcontentlength xmlns="DAV:"/>
|
|
<getlastmodified xmlns="DAV:"/>
|
|
<executable xmlns="http://apache.org/dav/props/"/>
|
|
<resourcetype xmlns="DAV:"/>
|
|
<checked-in xmlns="DAV:"/>
|
|
<checked-out xmlns="DAV:"/>
|
|
</prop></propfind>
|