<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INTicketedEvent",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INTicketedEvent"
  },
  "title" : "INTicketedEvent"
}
-->

# INTicketedEvent

The information that describes a ticketed event.

```
class INTicketedEvent
```

## Topics

### Creating a Ticket Event

[`init(category:name:eventDuration:location:)`](/documentation/Intents/INTicketedEvent/init(category:name:eventDuration:location:))

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

### Getting Ticketed Event Information

[`category`](/documentation/Intents/INTicketedEvent/category)

The type of ticketed event.

[`INTicketedEventCategory`](/documentation/Intents/INTicketedEventCategory)

Constants that define the type of ticketed event.

[`eventDuration`](/documentation/Intents/INTicketedEvent/eventDuration)

The date and time range that indicates the beginning and end of the event.

[`location`](/documentation/Intents/INTicketedEvent/location)

The name and location of the ticketed event.

[`name`](/documentation/Intents/INTicketedEvent/name)

The name of the event.



---

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)