mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-22 20:59:29 +00:00
store: Add get_deleted_(addressbooks/calendars)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
use crate::synctoken::format_synctoken;
|
||||
use chrono::NaiveDateTime;
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
pub struct Addressbook {
|
||||
pub id: String,
|
||||
pub principal: String,
|
||||
|
||||
Reference in New Issue
Block a user