go-webdav icon indicating copy to clipboard operation
go-webdav copied to clipboard

caldav: [server] handle PROPPATCH for calendars

Open barkyq opened this issue 10 months ago • 2 comments
trafficstars

it seems this would necessitate a change in the exported backend interface; perhaps:

PropPatch(ctx context.Context, path string, cal *ical.Calendar) error

One could theoretically reuse CreateCalendar instead of adding new PropPatch, but this seems bad form and might break existing implementations.

barkyq avatar Jan 15 '25 22:01 barkyq