---
title: EKRecurrenceFrequency
framework: eventkit
role: symbol
role_heading: Enumeration
path: eventkit/ekrecurrencefrequency
---

# EKRecurrenceFrequency

The frequency for recurrence rules.

## Declaration

```swift
enum EKRecurrenceFrequency
```

## Mentioned in

Creating a recurring event

## Topics

### Constants

- [EKRecurrenceFrequency.daily](eventkit/ekrecurrencefrequency/daily.md)
- [EKRecurrenceFrequency.weekly](eventkit/ekrecurrencefrequency/weekly.md)
- [EKRecurrenceFrequency.monthly](eventkit/ekrecurrencefrequency/monthly.md)
- [EKRecurrenceFrequency.yearly](eventkit/ekrecurrencefrequency/yearly.md)

### Initializers

- [init(rawValue:)](eventkit/ekrecurrencefrequency/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing Recurrence Rule Properties

- [calendarIdentifier](eventkit/ekrecurrencerule/calendaridentifier.md)
- [recurrenceEnd](eventkit/ekrecurrencerule/recurrenceend.md)
- [frequency](eventkit/ekrecurrencerule/frequency.md)
- [interval](eventkit/ekrecurrencerule/interval.md)
- [firstDayOfTheWeek](eventkit/ekrecurrencerule/firstdayoftheweek.md)
- [daysOfTheWeek](eventkit/ekrecurrencerule/daysoftheweek.md)
- [daysOfTheMonth](eventkit/ekrecurrencerule/daysofthemonth.md)
- [daysOfTheYear](eventkit/ekrecurrencerule/daysoftheyear.md)
- [weeksOfTheYear](eventkit/ekrecurrencerule/weeksoftheyear.md)
- [monthsOfTheYear](eventkit/ekrecurrencerule/monthsoftheyear.md)
- [setPositions](eventkit/ekrecurrencerule/setpositions.md)
- [EK_LOSE_FRACTIONAL_SECONDS_DO_NOT_USE()](eventkit/ek_lose_fractional_seconds_do_not_use().md)
