From 49aab931d08befbb6c2af1d8588a6fdab9e5db09 Mon Sep 17 00:00:00 2001
From: Lennart <18233294+lennart-k@users.noreply.github.com>
Date: Mon, 9 Jun 2025 23:06:04 +0200
Subject: [PATCH] RRULE: Fix DTEND
---
crates/ical/src/icalendar/event.rs | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/crates/ical/src/icalendar/event.rs b/crates/ical/src/icalendar/event.rs
index ce819d7..41fa05f 100644
--- a/crates/ical/src/icalendar/event.rs
+++ b/crates/ical/src/icalendar/event.rs
@@ -25,6 +25,14 @@ impl EventObject {
}
}
+ pub fn get_dtend(&self) -> Result