incorporate get_first_occurenec

This commit is contained in:
Lennart K
2026-01-07 11:44:55 +01:00
parent d1947a159b
commit 3c87191f69
2 changed files with 9 additions and 14 deletions

View File

@@ -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>>,