Skip to main content
Version: 1.1.6

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.

  • type prop-filter, comp-filter and param-filter
  • attributes xml attributes of the filter
  • value value of the filter
  • children child filters