emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
314 stars 66 forks source link

caldav: add path to interface QueryCalendarObjects #140

Closed bitfehler closed 7 months ago

bitfehler commented 7 months ago

This was missing for proper multi-calendar support.

--

Not sure why this wasn't added in #127, but it looks like just oversight to me? A query (a.k.a. a REPORT request) has to be made against a specific calendar (or a calendar object resource), so the backend has to know which one.

emersion commented 7 months ago

cc @cheif

emersion commented 7 months ago

Seems like tests need adjustments.

bitfehler commented 7 months ago

I test my changes in production :wink:

Fixed.