mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
caldav: add support for calendar subscriptions
This commit is contained in:
@@ -13,6 +13,7 @@ pub struct Calendar {
|
||||
pub timezone: Option<String>,
|
||||
pub deleted_at: Option<NaiveDateTime>,
|
||||
pub synctoken: i64,
|
||||
pub subscription_url: Option<String>,
|
||||
}
|
||||
|
||||
impl Calendar {
|
||||
|
||||
Reference in New Issue
Block a user