mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
caldav: Implement Dav Push topic
This commit is contained in:
@@ -54,6 +54,7 @@ pub async fn route_mkcol<AS: AddressbookStore + ?Sized>(
|
||||
description: request.description,
|
||||
deleted_at: None,
|
||||
synctoken: 0,
|
||||
push_topic: uuid::Uuid::new_v4().to_string(),
|
||||
};
|
||||
|
||||
match store.get_addressbook(&principal, &addressbook_id).await {
|
||||
|
||||
Reference in New Issue
Block a user