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(meetings): handle string recurrence values from v1 meetings
In v1 meetings, recurrence pattern fields like type, monthly_week, and
monthly_week_day are returned as strings instead of integers. This caused
strict equality comparisons to fail.
Added parseToInt() helper to handle both string and number inputs, and
updated convertToRecurrencePattern() to parse all numeric fields before use.
LFXV2-865
🤖 Generated with [Claude Code](https://claude.ai/code)
Signed-off-by: Asitha de Silva <asithade@gmail.com>
0 commit comments