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 can now end after a fixed number of occurrences (COUNT). The event dialog offers an Ends: Never / On date / After N occurrences selector, and the limit is preserved through storage, rendering, editing and ICS export (#513).
Fixed
Importing an ICS file (e.g. a Google Calendar export) no longer turned a finite recurring event into an endless series. The one-time import and ICS subscriptions now keep the RRULECOUNT limit and apply EXDATE exclusions, so a COUNT=10 series with one excluded date shows exactly nine occurrences and stops afterwards instead of repeating forever (#513).
Google and CalDAV synced recurring events that carry a COUNT limit are now correctly bounded on every calendar view; previously the count was ignored and they appeared to recur indefinitely (#513).