Closed tknobi closed 7 years ago
Thanks!
Adding this filter return all the events. Not Working !!
filters: [{
type: 'comp-filter',
attrs: { name: 'VCALENDAR' },
children: [{
type: 'comp-filter',
attrs: { name: 'VEVENT' },
children: [ {
type: 'prop-filter',
attrs: { name: 'UID' },
children: [{
type: 'text-match',
value: '5583e1ce2ec54340aba2c39480ce2c34',
}],
}]
}]
}]```
get filters like this working: