carddav: add very basic Client

This commit is contained in:
Simon Ser
2020-01-14 22:19:54 +01:00
parent 931602e55d
commit 3d05533a31
5 changed files with 59 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ func (c *Client) FindCurrentUserPrincipal() (string, error) {
return "", err
}
var prop currentUserPrincipalProp
var prop currentUserPrincipal
if err := resp.DecodeProp(name, &prop); err != nil {
return "", err
}