We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When I have an event with the attribute DURATION (https://www.rfc-editor.org/rfc/rfc5545#section-3.8.2.5), then the value DTEND is still set. This makes it an invalid event for to_ical(): DTEND and DURATION MUST not occur at the same time. This might not be so much of an issue but it could be. This should be checked.
to_ical()
To Reproduce
Get the events from the example with duration See that DTEND and DURATION are both possible.
ICS file
https://github.com/niccokunzmann/python-recurring-ical-events/blob/main/test/calendars/duration-edited.ics
Expected behavior
I would opt for removing DURATION like RDATE and such, as written in https://github.com/niccokunzmann/python-recurring-ical-events?tab=readme-ov-file#events-as-list
Console output
Version:
Additional context
Suggested implementation
python-recurring-ical-events/test/calendars/issue-15-duplicated-events.ics
Line 1 in f4a90b2
python-recurring-ical-events/test/test_issue_15.py
Line 21 in f4a90b2
The text was updated successfully, but these errors were encountered:
This is fixed in v3.3.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When I have an event with the attribute DURATION (https://www.rfc-editor.org/rfc/rfc5545#section-3.8.2.5), then the value DTEND is still set. This makes it an invalid event for
to_ical()
: DTEND and DURATION MUST not occur at the same time. This might not be so much of an issue but it could be. This should be checked.To Reproduce
Get the events from the example with duration
See that DTEND and DURATION are both possible.
ICS file
https://github.com/niccokunzmann/python-recurring-ical-events/blob/main/test/calendars/duration-edited.ics
Expected behavior
I would opt for removing DURATION like RDATE and such, as written in https://github.com/niccokunzmann/python-recurring-ical-events?tab=readme-ov-file#events-as-list
Console output
Version:
Additional context
Suggested implementation
python-recurring-ical-events/test/calendars/issue-15-duplicated-events.ics
Line 1 in f4a90b2
python-recurring-ical-events/test/test_issue_15.py
Line 21 in f4a90b2
The text was updated successfully, but these errors were encountered: