Skip to main content
Version: 1.1.6

DAVCalendar

export type DAVCalendar = {
components?: string[];
timezone?: string;
} & DAVCollection;

alias of DAVCollection with

  • timezone iana timezone name of calendar
  • components array of calendar components defined in rfc5455