DAVCollection
export type DAVCollection = {
objects?: DAVObject[];
ctag?: string;
description?: string;
displayName?: string | Record<string, unknown>;
reports?: any;
resourcetype?: any;
syncToken?: string;
url: string;
};
objectsobjects of thectagCollection Entity Tagdescriptiondescription of the collectiondisplayNamedisplay name of the collectionreportslist of reports that are supported by the resource. (in camel case), usually a string arrayresourcetypetype of the resource, usually a string arraysyncTokenthe value of the synchronization tokenurlurl of the resource