<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INTicketedEventReservation/init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:url:reservedSeat:event:)-9i6f1",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INTicketedEventReservation(im)initWithItemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:URL:reservedSeat:event:"
  },
  "title" : "init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:url:reservedSeat:event:)"
}
-->

# init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:url:reservedSeat:event:)

Creates a ticketed event reservation with the specified contents and attributes.

```
init(itemReference: INSpeakableString, reservationNumber: String?, bookingTime: Date?, reservationStatus: INReservationStatus, reservationHolderName: String?, actions: [INReservationAction]?, url URL: URL?, reservedSeat: INSeat?, event: INTicketedEvent)
```

## Parameters

`itemReference`

A unique identifier for the reservation.

`reservationNumber`

The reservation number.

`bookingTime`

The date and time the user made the reservation.

`reservationStatus`

The current status of the reservation.

`reservationHolderName`

The reservation holder’s name.

`actions`

Available actions associated with the reservation.

`URL`

A webpage containing reservation information.

`reservedSeat`

The user’s assigned seat for the ticketed event.

`event`

Information describing the ticketed event.

## Return Value

A new [`INTicketedEventReservation`](/documentation/Intents/INTicketedEventReservation) object or `nil` if one can’t be created.

---

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)