caldav: [server] handle PROPPATCH for calendars
Open
- Dominant language
- Go
- Stars
- 497
- Forks
- 108
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.