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
Recurring calendar events that repeat on weekdays (for example Monday to Friday) synced from CalDAV or an ICS subscription now expand correctly. Apple and iOS serialize these as FREQ=DAILY;BYDAY=..., which was previously treated as a plain daily repeat and produced extra instances on Saturdays and Sundays.
A recurring series whose start date does not fall on one of the rule's weekdays (for example a series anchored on a weekend) no longer shows a phantom instance on that start date.