aboutsummaryrefslogtreecommitdiff
path: root/aero-dav/src/acltypes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'aero-dav/src/acltypes.rs')
-rw-r--r--aero-dav/src/acltypes.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/aero-dav/src/acltypes.rs b/aero-dav/src/acltypes.rs
index d5be413..0af3c8a 100644
--- a/aero-dav/src/acltypes.rs
+++ b/aero-dav/src/acltypes.rs
@@ -2,14 +2,12 @@ use super::types as dav;
//RFC covered: RFC3744 (ACL core) + RFC5397 (ACL Current Principal Extension)
-
//@FIXME required for a full CalDAV implementation
// See section 6. of the CalDAV RFC
// It seems mainly required for free-busy that I will not implement now.
// It can also be used for discovering main calendar, not sure it is used.
// Note: it is used by Thunderbird
-
#[derive(Debug, PartialEq, Clone)]
pub enum PropertyRequest {
Owner,