This commit is contained in:
daladim 2021-04-17 20:05:44 +02:00
parent 85d8b9f7fd
commit d9b11a30ec

View file

@ -76,6 +76,9 @@ pub trait DavCalendar : BaseCalendar {
.map(|(id, _tag)| id.clone())
.collect())
}
// Note: the CalDAV protocol could also enable to do this:
// fn get_current_version(&self) -> CTag
}