Skip to main content
Version: 2.1.2

DAVCalendar

export type DAVCalendar = {
components?: string[];
timezone?: string;
projectedProps?: Record<string, unknown>;
} & DAVCollection;

alias of DAVCollection with

  • timezone iana timezone name of calendar
  • components array of calendar components defined in rfc5455
  • projectedProps object of fetched additional props by passing custom props to fetchCalendars function