carddav: add support for <addressbook-multiget>

This commit is contained in:
Simon Ser
2020-01-15 12:09:42 +01:00
parent 5fe39bbc13
commit 2b841a9234
3 changed files with 80 additions and 25 deletions

View File

@@ -19,6 +19,11 @@ type AddressBookQuery struct {
Props []string
}
type AddressBookMultiGet struct {
Hrefs []string
Props []string
}
type Address struct {
Href string
Card vcard.Card