emersion / go-webdav

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

caldav: return proper errors on PROPPATCH #111

Closed bitfehler closed 8 months ago

bitfehler commented 2 years ago

PROPPATCH is not yet implemented, but now the server will report a proper error instead of panic()-ing

sdassow commented 9 months ago

Works for me - clients attempting to PATCH stuff work fine now.

emersion commented 8 months ago

Superseded by https://github.com/emersion/go-webdav/pull/142