Skip to main content
Version: 1.1.6

fetchHomeUrl

fetchHomeUrl

fetch resource home set url

const url = await fetchHomeUrl({
account: {
principalUrl,
serverUrl: 'https://caldav.icloud.com/',
rootUrl: 'https://caldav.icloud.com/',
accountType: 'caldav',
},
headers: {
authorization: 'Basic x0C9uFWd9Vz8OwS0DEAtkAlj',
},
});

Arguments

  • account required, account with principalUrl and accountType
  • headers request headers

Return Value

resource home set url

Behavior

send calendar-home-set or addressbook-home-set (based on accountType) PROPFIND request and extract resource home set url from xml response