carddav: add addressbook-home-set to server

This commit is contained in:
Simon Ser
2020-01-19 15:10:54 +01:00
parent 6bac674701
commit c4718a3a49
2 changed files with 7 additions and 2 deletions

View File

@@ -219,7 +219,10 @@ func (b *backend) propfindAddressBook(propfind *internal.Propfind, ab *AddressBo
},
}, nil
},
// TODO: addressbook-home-set
// TODO: this is a principal property
addressBookHomeSetName: func(*internal.RawXMLValue) (interface{}, error) {
return &addressbookHomeSet{Href: "/"}, nil
},
}
if ab.MaxResourceSize > 0 {