<!--
{
  "availability" : [
    "iOS: 13.0.0 - 27.0.0",
    "iPadOS: 13.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 6.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INTemporalEventTriggerTypeOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INTemporalEventTriggerTypeOptions"
  },
  "title" : "INTemporalEventTriggerTypeOptions"
}
-->

# INTemporalEventTriggerTypeOptions

Constants indicating how often to trigger an event.

```
struct INTemporalEventTriggerTypeOptions
```

## Topics

### Temporal Event Triggers

[`INTemporalEventTriggerTypeOptionNotScheduled`](/documentation/Intents/INTemporalEventTriggerTypeOptions/notScheduled)

No temporal event trigger scheduled.

[`INTemporalEventTriggerTypeOptionScheduledNonRecurring`](/documentation/Intents/INTemporalEventTriggerTypeOptions/scheduledNonRecurring)

A single scheduled temporal event trigger.

[`INTemporalEventTriggerTypeOptionScheduledRecurring`](/documentation/Intents/INTemporalEventTriggerTypeOptions/scheduledRecurring)

A recurring, scheduled temporal event trigger.

### Initializers

[`init(rawValue:)`](/documentation/Intents/INTemporalEventTriggerTypeOptions/init(rawValue:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`Equatable`](/documentation/Swift/Equatable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`OptionSet`](/documentation/Swift/OptionSet)

---

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)