carddav: add displayname and addressbook-description to server

This commit is contained in:
Simon Ser
2020-01-19 14:53:58 +01:00
parent 797b2f8fc5
commit edfc2804b5
5 changed files with 28 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ func (c *Client) FindAddressBooks(addressBookHomeSet string) ([]AddressBook, err
l = append(l, AddressBook{
Href: href,
Description: descProp.Data,
Description: descProp.Description,
})
}