From 352814aec9c44129c2fe917fa8dfa34adb3e8c78 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 4 Mar 2024 09:02:24 +0100 Subject: caldav encoding test passing --- src/dav/caltypes.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dav/caltypes.rs') diff --git a/src/dav/caltypes.rs b/src/dav/caltypes.rs index d2e6169..7131ec2 100644 --- a/src/dav/caltypes.rs +++ b/src/dav/caltypes.rs @@ -839,6 +839,9 @@ pub struct CalendarDataSupport { /// "DAV:" namespace. pub struct Comp { pub name: Component, + pub additional_rules: Option, +} +pub struct CompInner { pub prop_kind: PropKind, pub comp_kind: CompKind, } -- cgit v1.2.3