aboutsummaryrefslogtreecommitdiff
path: root/src/dav/caltypes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dav/caltypes.rs')
-rw-r--r--src/dav/caltypes.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dav/caltypes.rs b/src/dav/caltypes.rs
index d913f95..c672370 100644
--- a/src/dav/caltypes.rs
+++ b/src/dav/caltypes.rs
@@ -1,7 +1,9 @@
use super::types::*;
-pub struct CalExtension {}
+pub struct CalExtension {
+ pub root: bool
+}
impl Extension for CalExtension {
type Error = Violation;
type Property = Property;