mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 20:08:19 +00:00
incorporate get_first_occurenec
This commit is contained in:
@@ -126,16 +126,6 @@ impl CalendarObject {
|
||||
(&self.inner).into()
|
||||
}
|
||||
|
||||
pub fn get_first_occurence(&self) -> Option<CalDateTime> {
|
||||
// TODO: Implement
|
||||
None
|
||||
}
|
||||
|
||||
pub fn get_last_occurence(&self) -> Option<CalDateTime> {
|
||||
// TODO: Implement
|
||||
None
|
||||
}
|
||||
|
||||
pub fn expand_recurrence(
|
||||
&self,
|
||||
start: Option<DateTime<Utc>>,
|
||||
|
||||
Reference in New Issue
Block a user