Parsing calendars from server
This commit is contained in:
parent
0f081f78b4
commit
ca0d07f16a
6 changed files with 218 additions and 21 deletions
|
@ -3,6 +3,7 @@ use uuid::Uuid;
|
|||
pub type TaskId = Uuid;
|
||||
|
||||
/// A to-do task
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Task {
|
||||
id: TaskId,
|
||||
name: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue