<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -",
    "macCatalyst: 26.4.0 -",
    "macOS: 26.4.0 -",
    "tvOS: 26.4.0 -",
    "visionOS: 26.4.0 -",
    "watchOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Calendar/RecurrenceRule/recurrences(of:in:)-7k3ha",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation8CalendarV14RecurrenceRuleV11recurrences2of2inQrAA4DateV_SNyAJGtF"
  },
  "title" : "recurrences(of:in:)"
}
-->

# recurrences(of:in:)

Find recurrences of the given date

```
func recurrences(of start: Date, in range: ClosedRange<Date>) -> some Sendable & Sequence<Date>
```

## Parameters

`start`

the date which defines the starting point for the
recurrence rule.

`range`

a range of dates which to search for recurrences.

## Return Value

a sequence of dates conforming to the recurrence rule, in
the given `range`. An empty sequence if the rule doesn’t match any
dates.

## Discussion

The calculations are implemented according to RFC-5545 and RFC-7529.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)