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