carddav: add Client.FindAddressBooks

This commit is contained in:
Simon Ser
2020-01-14 23:13:23 +01:00
parent 3d05533a31
commit 9dfabd89c8
6 changed files with 114 additions and 14 deletions

View File

@@ -5,6 +5,6 @@ import (
)
type currentUserPrincipal struct {
Name xml.Name `xml:"DAV: current-user-principal"`
Href string `xml:"href"`
XMLName xml.Name `xml:"DAV: current-user-principal"`
Href string `xml:"href"`
}