---
title: INRecurrenceRule
framework: intents
role: symbol
role_heading: Class
path: intents/inrecurrencerule
---

# INRecurrenceRule

An object that describes the pattern to use when repeating an event.

## Declaration

```swift
class INRecurrenceRule
```

## Overview

Overview Use an INRecurrenceRule object to define a repeating pattern for date ranges. Typically, you use recurrence rules when defining date ranges that you associate with a trigger, such as an INTemporalEventTrigger object. Using a recurrence rule avoids the need to create a new trigger each time the old one fires.

## Topics

### Initializing a Recurrence Rule

- [init(interval:frequency:)](intents/inrecurrencerule/init(interval:frequency:).md)

### Getting the Rule Conditions

- [frequency](intents/inrecurrencerule/frequency.md)
- [INRecurrenceFrequency](intents/inrecurrencefrequency.md)
- [interval](intents/inrecurrencerule/interval.md)

### Initializers

- [init(coder:)](intents/inrecurrencerule/init(coder:).md)
- [init(interval:frequency:weeklyRecurrenceDays:)](intents/inrecurrencerule/init(interval:frequency:weeklyrecurrencedays:).md)

### Instance Properties

- [weeklyRecurrenceDays](intents/inrecurrencerule/weeklyrecurrencedays.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Date

- [INDateComponentsRange](intents/indatecomponentsrange.md)
