[doc]
This commit is contained in:
parent
85d8b9f7fd
commit
d9b11a30ec
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ pub trait DavCalendar : BaseCalendar {
|
||||||
.map(|(id, _tag)| id.clone())
|
.map(|(id, _tag)| id.clone())
|
||||||
.collect())
|
.collect())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Note: the CalDAV protocol could also enable to do this:
|
||||||
|
// fn get_current_version(&self) -> CTag
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue