dav
dav copied to clipboard
calendarQuery is inefficient
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.