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.
it seems this would necessitate a change in the exported backend interface; perhaps:
PropPatch(ctx context.Context, path string, cal *ical.Calendar) errorOne could theoretically reuse
CreateCalendarinstead of adding newPropPatch, but this seems bad form and might break existing implementations.