From b63e9f116968b79b88b4a17aace00c662c4619b8 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Thu, 14 Nov 2024 11:25:32 +0000 Subject: [PATCH] Update src/icalendar/cal.py Co-authored-by: Steve Piercy --- src/icalendar/cal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icalendar/cal.py b/src/icalendar/cal.py index 52f2e898..eeabb0d8 100644 --- a/src/icalendar/cal.py +++ b/src/icalendar/cal.py @@ -937,7 +937,7 @@ def alarms(self) -> Alarms: >>> len(todo.alarms.times) 0 - Note that this only uses DTSTART and DUE but ignores + Note that this only uses DTSTART and DUE, but ignores RDATE, EXDATE, and RRULE properties. """ from icalendar.alarms import Alarms