Skip to content

Commit

Permalink
Update src/icalendar/alarms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <web@stevepiercy.com>
  • Loading branch information
niccokunzmann and stevepiercy authored Nov 14, 2024
1 parent a3598d7 commit 4e7b0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icalendar/alarms.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def acknowledge_until(self, dt: Optional[date]) -> None:
Since RFC 9074 (Alarm Extension) was created later,
calendar implementations differ in how they acknowledge alarms.
E.g. Thunderbird and Google Calendar store the last time
For example, Thunderbird and Google Calendar store the last time
an event has been acknowledged because of an alarm.
All alarms that happen before this time count as ackknowledged.
"""
Expand Down

0 comments on commit 4e7b0fa

Please sign in to comment.