Skip to content

ICal: recurring event edge case, and more timezone handling - #990

Merged
rgalanakis merged 3 commits into
mainfrom
ical-jan162026
Jan 17, 2026
Merged

ICal: recurring event edge case, and more timezone handling#990
rgalanakis merged 3 commits into
mainfrom
ical-jan162026

Conversation

@rgalanakis

Copy link
Copy Markdown
Contributor

Handle more weird timezones

Windows with trailing digits, empty, and digit-only
(should have already been handled).


recurring id not set on some ical events

One of the code paths for recurring event edge cases
did not set the recurring_event_id.
This would cause the event to later be deleted when
cleaning up rows no longer relevant to the event.

One of the code paths for recurring event edge cases
did not set the recurring_event_id.
This would cause the event to later be deleted when
cleaning up rows no longer relevant to the event.
Windows with trailing digits, empty, and digit-only
(should have already been handled).
@codecov

codecov Bot commented Jan 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.63%. Comparing base (a0c577f) to head (dec501e).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #990   +/-   ##
=======================================
  Coverage   97.62%   97.63%           
=======================================
  Files         509      509           
  Lines       32178    32225   +47     
=======================================
+ Hits        31415    31462   +47     
  Misses        763      763           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rgalanakis
rgalanakis merged commit 078b77a into main Jan 17, 2026
4 checks passed
@rgalanakis
rgalanakis deleted the ical-jan162026 branch January 17, 2026 01:19
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.

1 participant