You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(repeat): correct RRULE next occurrence calculation
- Search from now (not baseDate) when due date is in the past to avoid
returning past dates
- Search from due date when it's in the future to get proper interval
- Calculate timeDiff from baseDate when no due date exists
- Check RepeatsFromCurrentDate before timeDiff to ensure it takes priority
- Use nextOccurrence instead of now for RepeatsFromCurrentDate dates
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments