Skip to content

Fix RECURRENCE-ID property name in expanded exception check#10

Merged
tobixen merged 1 commit intopython-caldav:mainfrom
jelmer:recurrence-id-typo
Apr 10, 2026
Merged

Fix RECURRENCE-ID property name in expanded exception check#10
tobixen merged 1 commit intopython-caldav:mainfrom
jelmer:recurrence-id-typo

Conversation

@jelmer
Copy link
Copy Markdown
Contributor

@jelmer jelmer commented Apr 10, 2026

The icalendar library stores the property as "RECURRENCE-ID" (with hyphen), not "RECURRENCE_ID" (with underscore). Using the underscore form causes component.get() to return None, making the search.recurrences.expanded.exception check always fail.

The icalendar library stores the property as "RECURRENCE-ID" (with
hyphen), not "RECURRENCE_ID" (with underscore). Using the underscore
form causes component.get() to return None, making the
search.recurrences.expanded.exception check always fail.
@tobixen tobixen merged commit 1beaa34 into python-caldav:main Apr 10, 2026
6 checks passed
@tobixen
Copy link
Copy Markdown
Member

tobixen commented Apr 10, 2026

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants