emersion / go-webdav

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

feat: PUT on calendar and addressbook objects adds response headers L… #149

Closed DeepDiver1975 closed 5 months ago

DeepDiver1975 commented 6 months ago

…ocation, ETag and Last-Modified

Finding while running ccs-caldavtester on OCIS ....

DeepDiver1975 commented 6 months ago

@emersion @bitfehler please review - THX a lot

DeepDiver1975 commented 6 months ago

@emersion how can we get this moving? THX

bitfehler commented 5 months ago

@DeepDiver1975 I was out on vacation. I'll try to get to it this week.

bitfehler commented 5 months ago

LGTM, thanks a lot. Just the same general nitpicks as for #140 - could you make the commit message have a shorter summary, s/t like: "carddav/caldav: add missing headers on PUT" and then elaborate in the description?

emersion commented 5 months ago

Edited the commit message.

Thanks!