dav icon indicating copy to clipboard operation
dav copied to clipboard

calendarQuery is inefficient

Open bosim opened this issue 7 years ago • 11 comments

It is quite typical seeing a client do a calendar-query using comp-filter VEVENT and a timerange, requesting only the ETag. Here, we do a quite inefficient job, calling getCalendarObject on all the URIs, and not using the actual calendardata for anything. Any idea on how to optimize? calendarQuery should really return what getCalendarObjects return, then there would not be any issue.

bosim avatar May 11 '18 08:05 bosim