caldav: add path to interface QueryCalendarObjects
This was missing for proper multi-calendar support.
This commit is contained in:
committed by
Simon Ser
parent
5b5b542f2f
commit
e3ba95cd77
@@ -226,6 +226,6 @@ func (t testBackend) ListCalendarObjects(ctx context.Context, path string, req *
|
||||
return t.objectMap[path], nil
|
||||
}
|
||||
|
||||
func (t testBackend) QueryCalendarObjects(ctx context.Context, query *CalendarQuery) ([]CalendarObject, error) {
|
||||
func (t testBackend) QueryCalendarObjects(ctx context.Context, path string, query *CalendarQuery) ([]CalendarObject, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user