DAVCalendar
export type DAVCalendar = {
components?: string[];
timezone?: string;
} & DAVCollection;
alias of DAVCollection with
timezone
iana timezone name of calendarcomponents
array of calendar components defined in rfc5455
export type DAVCalendar = {
components?: string[];
timezone?: string;
} & DAVCollection;
alias of DAVCollection with
timezone
iana timezone name of calendarcomponents
array of calendar components defined in rfc5455