mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 16:32:29 +00:00
Change upsert_event to put_event to match webdav spec
This commit is contained in:
@@ -73,7 +73,7 @@ pub async fn put_event<A: CheckAuthentication, C: CalendarStore + ?Sized>(
|
||||
.store
|
||||
.write()
|
||||
.await
|
||||
.upsert_event(cid, uid, body)
|
||||
.put_event(cid, uid, body)
|
||||
.await?;
|
||||
|
||||
Ok(HttpResponse::Ok().body(""))
|
||||
|
||||
Reference in New Issue
Block a user