DAVFilter
export type DAVFilter = {
type: string;
attributes: Record<string, string>;
value?: string | number;
children?: DAVFilter[];
};
a filter to limit the set of calendar components returned by the server.
typeprop-filter, comp-filter and param-filterattributesxml attributes of the filtervaluevalue of the filterchildrenchild filters