-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When I generate all alarms of the file 173-only-modifications-error.ics
, the recurring-ical-events generates an error because it tries to set the trigger to a date.
We should
- check that we can calculate alarms for dates
- that having a timedelta from a date still correctly calculates the time of the alarm
To Reproduce
ICS file
Expected behavior
I would always like to get all alarms without problem.
Console output
Version:
Additional context
mergecal/icalendar-scheduling-benchmark#6
Suggested implementation
- add an ICS file, example:
BEGIN:VCALENDAR - add a test, example:
def test_sequence_is_not_present(calendars): - fix the bug and ensure the test code passes
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working