emersion / go-webdav

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

feat: add Backend.CreateCalendar #144

Closed DeepDiver1975 closed 7 months ago

emersion commented 7 months ago

Thanks for the patch! Would it be reasonable to read from the request body if any, as done by the CardDAV server?

emersion commented 7 months ago

(Also CI is failing, probably the test backend needs a small update.)

DeepDiver1975 commented 7 months ago

as done by the CardDAV server?

THX for the pointer!

DeepDiver1975 commented 7 months ago

necessary for https://github.com/owncloud/ocis/pull/8357