Commit 7477504
committed
Fix RECURRENCE-ID property name in expanded exception check
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.1 parent d1ef07f commit 7477504
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1289 | 1289 | | |
1290 | 1290 | | |
1291 | 1291 | | |
1292 | | - | |
| 1292 | + | |
1293 | 1293 | | |
1294 | 1294 | | |
1295 | 1295 | | |
| |||
0 commit comments