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