mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-28 09:49:15 +00:00
calendar store: Add method for bulk insert
This commit is contained in:
@@ -394,11 +394,11 @@ impl CalendarStore for SqliteAddressbookStore {
|
||||
}
|
||||
|
||||
#[instrument]
|
||||
async fn put_object(
|
||||
async fn put_objects(
|
||||
&self,
|
||||
_principal: String,
|
||||
_cal_id: String,
|
||||
_object: CalendarObject,
|
||||
_objects: Vec<CalendarObject>,
|
||||
_overwrite: bool,
|
||||
) -> Result<(), Error> {
|
||||
Err(Error::ReadOnly)
|
||||
|
||||
Reference in New Issue
Block a user