diff --git a/crates/store_sqlite/src/calendar_store.rs b/crates/store_sqlite/src/calendar_store.rs index aed9899..d41433a 100644 --- a/crates/store_sqlite/src/calendar_store.rs +++ b/crates/store_sqlite/src/calendar_store.rs @@ -238,6 +238,7 @@ impl CalendarStore for SqliteStore { ics ) } else { + // If the object already exists a database error is thrown and handled in error.rs sqlx::query!( "INSERT INTO calendarobjects (principal, cal_id, id, ics) VALUES (?, ?, ?, ?)", principal,