On 30 Jan 2017, at 01:13, Jelmer Vernooij <jelmer@jelmer.uk> wrote:When using the inf-it clients against my CardDAV/CalDAV server I notice that it requests a few custom properties.
Are these properties and their purpose documented somewhere?
The ones I have seen are:
- {http://inf-it.com/ns/dav/}headervalue
// - hrefLabel// This option sets the server name in the resource header (useful if// you want to see custom resource header above the collections).// You can use the following variables in the value:// %H = full hostname (including the port number)// %h = full hostname (without the port number)// %D = full domain name// %d = only the first and second level domain// %P = principal name// %p = principal name without the @domain.com part (if present)// %U = logged user name// %u = logged user name without the @domain.com part (if present)// If undefined, empty or or null then '%d/%p [%u]' is used.// Examples:// hrefLabel: '%d/%p [%u]'// hrefLabel: '%D/%u'// This property is supported in:// globalAccountSettings// globalNetworkCheckSettings// globalNetworkAccountSettings (available in auth module only)
[Support]Person 1 calendar (headervalue: "001#Support")Person 2 calendar (headervalue: "001#Support")...[Sales]Person 3 calendar (headervalue: "002#Sales")Person 4 calendar (headervalue: "002#Sales")...[Service]...
- {http://inf-it.com/ns/dav/}settings
- {http://inf-it.com/ns/dav/}addressbook-color; analogous to {http://apple.com/ns/ical/}calendar-color I'm guessing
Is this a complete list?
Thanks,
Jelmer