DAVCollection
export type DAVCollection = {
objects?: DAVObject[];
ctag?: string;
description?: string;
displayName?: string | Record<string, unknown>;
reports?: any;
resourcetype?: any;
syncToken?: string;
url: string;
};
objects
objects of thectag
Collection Entity Tagdescription
description of the collectiondisplayName
display name of the collectionreports
list of reports that are supported by the resource. (in camel case), usually a string arrayresourcetype
type of the resource, usually a string arraysyncToken
the value of the synchronization tokenurl
url of the resource