fetchAddressBooks
fetchAddressBooks
get all addressBooks of the passed in CARDDAV account
const addressBooks = await fetchAddressBooks({
account,
headers: {
authorization: 'Basic x0C9uFWd9Vz8OwS0DEAtkAlj',
},
});
Arguments
account
DAVAccountheaders
request headers
Return Value
array of DAVAddressBook
Behavior
use PROPFIND
and to get all the basic info about addressBook on certain account