emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
326 stars 71 forks source link

caldav: implement filter function for queries #80

Closed bitfehler closed 2 years ago

bitfehler commented 2 years ago

This is not yet complete (see TODOs in code), but basic filtering of a list of CaledarObjects works.

Includes test data from the RFC, which allows to use the RFCs examples as test cases.

bitfehler commented 2 years ago

Sorry for bombarding you with PRs, this is all I have for now :slightly_smiling_face:

bitfehler commented 2 years ago

Noticed I hadn't run go fmt on this, sorry about that.