fetchAddressBooks
fetchAddressBooks
get all addressBooks of the passed in CARDDAV account
const addressBooks = await fetchAddressBooks({
account,
headers: {
authorization: 'Basic x0C9uFWd9Vz8OwS0DEAtkAlj',
},
});
Arguments
accountDAVAccountpropsCARDDAV prop element in ElementCompact form, overriding default props to fetch.headersrequest headersheadersToExcludearray of keys of the headers you want to excludefetchOptionsoptions to pass to underlying fetch function
caution
when overriding props, resourcetype is required
Return Value
array of DAVAddressBook
Behavior
use PROPFIND and to get all the basic info about addressBook on certain account