fetchCalendarObjects
fetchCalendarObjects
get all/specified calendarObjects of the passed in calendar
const objects = await fetchCalendarObjects({
calendar: calendars[0],
headers: {
authorization: 'Basic x0C9uFWd9Vz8OwS0DEAtkAlj',
},
});
Arguments
calendarrequired, DAVCalendar to fetch calendar objects fromobjectUrlscalendar object urls to fetchfiltersarray of DAVFiltertimeRangetime range in iso formatstartstart time in ISO 8601 format, format that's not in ISO 8601 will cause an error be thrown.endend time in ISO 8601 format, format that's not in ISO 8601 will cause an error be thrown.
headersrequest headers