Refactor CalDAV backend to use QBMapper #30439
Labels
1. to develop
Accepted and waiting to be taken care of
feature: caldav
Related to CalDAV internals
feature: dav
technical debt
Is your feature request related to a problem? Please describe.
#30438 should not have happened. And the code is unnecessarily complex.
Describe the solution you'd like
Extract all DB concerns into a db layer, preferably using a QBMapper and entities.
Describe alternatives you've considered
Only extract and use raw query builder. But then we still have to do our own type juggling.
Additional context
n/a
The text was updated successfully, but these errors were encountered: