emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
317 stars 67 forks source link

caldav: fix match test example from RFC #102

Closed bitfehler closed 2 years ago

bitfehler commented 2 years ago

See https://www.rfc-editor.org/errata/eid4164

The original RFC's appendix was missing a part of the calendar data used in the examples. This will become relevant when adding tests for retrieving recurring events.