Skip to content

Filtering based on url or other unique identifier #153

@MathyEM

Description

@MathyEM

First of, this is my first expedition into the depths of CalDav and this is a really great and extensive package, and the only one that lets me get both VTODOs and VEVENTs.

I'm using the setup below to get my todo lists. But I would like to only get specific ones based on their URL. Or should I just get them all and do the processing myself?

client.createAccount({
	server: 'https://nextcloud.domain.com/remote.php/dav',
	accountType: 'caldav',
	loadObjects: true,
	filters: [{
		type: 'comp-filter',
		attrs: { name: 'VCALENDAR' },
		children: [{
			type: 'comp-filter',
			attrs: { name: 'VTODO' },
		}]
	}]
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions