caldav: Merge calendar store and birthday store into combined store

This commit is contained in:
Lennart
2025-06-11 19:57:04 +02:00
parent bd0684dcbc
commit 4eb35d6c0d
13 changed files with 297 additions and 228 deletions

View File

@@ -671,7 +671,7 @@ impl CalendarStore for SqliteCalendarStore {
Self::_sync_changes(&self.db, principal, cal_id, synctoken).await
}
fn is_read_only(&self) -> bool {
fn is_read_only(&self, _cal_id: &str) -> bool {
false
}
}