-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
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' },
}]
}]
})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels