Confirmed users
591
edits
m (→XML: Typo) |
(→XML: Spec for WebDAV) |
||
Line 169: | Line 169: | ||
<authentication>http-basic</authentication> <!-- see <addressbook> --> | <authentication>http-basic</authentication> <!-- see <addressbook> --> | ||
<serverURL>https://calendar.example.com/remote.php/dav<serverURL> | <serverURL>https://calendar.example.com/remote.php/dav<serverURL> | ||
</calendar> | |||
<!-- Upload files, allowing the user to share them. Not yet implemented. | |||
This can be used for Thunderbird's FileLink feature, | |||
or to set up a file sync folder on the user's desktop. --> | |||
<fileShare type="webdav"> | |||
<username>%EMAILADDRESS%</username> <!-- see <incomingServer> --> | |||
<authentication>http-basic</authentication> <!-- see <addressbook> --> | |||
<serverURL>https://share.example.com/remote.php/dav<serverURL> | |||
</calendar> | </calendar> | ||