summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index aeda709..ffcdb98 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -67,7 +67,10 @@ mod calendar;
//pub mod repeats;
pub use properties::{Property, Parameter, Class, ValueType};
+pub use properties::{TodoStatus, EventStatus};
//pub use components::{event, todo};
pub use components::{Event, Todo, Component};
pub use calendar::Calendar;
+// TODO Calendar TimeZone VTIMEZONE STANDARD DAYLIGHT (see thunderbird exports)
+