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