<!--
{
  "availability" : [
    "iOS: 11.0.0 - 27.0.0",
    "iPadOS: 11.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 4.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INAddTasksIntentHandling/resolveTemporalEventTrigger(for:with:)-2h9ff",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INAddTasksIntentHandling(im)resolveTemporalEventTriggerForAddTasks:withCompletion:"
  },
  "title" : "resolveTemporalEventTrigger(for:with:)"
}
-->

# resolveTemporalEventTrigger(for:with:)

Resolves the time-based trigger associated with the new tasks.

```
optional func resolveTemporalEventTrigger(for intent: INAddTasksIntent, with completion: @escaping @Sendable (INTemporalEventTriggerResolutionResult) -> Void)
```

## Parameters

`intent`

Details about the user’s request. Use this object to get the initial information, if any, provided by the user.

`completion`

The handler block to execute with the resolution. You must execute this handler at some point during your implementation of this method. This handler has no return value and takes the following parameter:

- resolutionResult: Details of your proposed resolution. For successful resolutions, create a resolution object with the [`INTemporalEventTrigger`](/documentation/Intents/INTemporalEventTrigger) object representing the trigger that you intend to use.

## Discussion

Implement this method to resolve any time-based triggers associated with the new tasks. Use the intent object to obtain the trigger information, if any, suggested by the user. If the intent doesn’t contain any trigger information, and you don’t require any, return a [`notRequired()`](/documentation/Intents/INIntentResolutionResult/notRequired()) resolution.

---

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)