mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
caldav: Merge calendar store and birthday store into combined store
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user