Skip to content

Filtering based on url or other unique identifier #153

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' },
		}]
	}]
})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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