DAVCalendar
export type DAVCalendar = {
components?: string[];
timezone?: string;
projectedProps?: Record<string, unknown>;
} & DAVCollection;
alias of DAVCollection with
timezoneiana timezone name of calendarcomponentsarray of calendar components defined in rfc5455projectedPropsobject of fetched additional props by passing custom props to fetchCalendars function