mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-22 18:39:31 +00:00
caldav: Implement Dav Push topic
This commit is contained in:
@@ -10,6 +10,7 @@ pub struct Addressbook {
|
||||
pub description: Option<String>,
|
||||
pub deleted_at: Option<NaiveDateTime>,
|
||||
pub synctoken: i64,
|
||||
pub push_topic: String,
|
||||
}
|
||||
|
||||
impl Addressbook {
|
||||
|
||||
Reference in New Issue
Block a user