Implement destructive CalDAV move saga

This commit is contained in:
2026-08-02 17:30:24 +02:00
parent 56d7b2108d
commit a125b666da
16 changed files with 2384 additions and 36 deletions
+1 -1
View File
@@ -996,7 +996,7 @@ class CalendarOutboxTests(unittest.TestCase):
)
self.session.rollback()
with self.assertRaisesRegex(CalendarError, "remote_move.*not supported"):
with self.assertRaisesRegex(CalendarError, "requires synchronized"):
delete_calendar(
self.session,
tenant_id="tenant-1",