carddav: add support for <addressbook-multiget>
This commit is contained in:
@@ -19,6 +19,11 @@ type AddressBookQuery struct {
|
||||
Props []string
|
||||
}
|
||||
|
||||
type AddressBookMultiGet struct {
|
||||
Hrefs []string
|
||||
Props []string
|
||||
}
|
||||
|
||||
type Address struct {
|
||||
Href string
|
||||
Card vcard.Card
|
||||
|
Reference in New Issue
Block a user