diff options
author | Hendrik Sollich <hendrik@hoodie.de> | 2017-01-08 01:00:38 +0100 |
---|---|---|
committer | Hendrik Sollich <hendrik@hoodie.de> | 2017-01-08 01:00:38 +0100 |
commit | b60375cd0ad6cda92d7fe497ad5af64f9a171354 (patch) | |
tree | 4c3c0f704b69a498017b2f292a758590d7a58631 /src/lib.rs | |
parent | e28d012e5c5365874f9e6db90065dd8fb6c19cf1 (diff) |
better support for VTODO tasks
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) + |