---
title: DDMatchCalendarEvent
framework: datadetection
role: symbol
role_heading: Class
path: datadetection/ddmatchcalendarevent
---

# DDMatchCalendarEvent

An object that represents a calendar date or date range that the data detection system matches.

## Declaration

```swift
class DDMatchCalendarEvent
```

## Overview

Overview The DataDetection framework returns a calendar event match in a DDMatchCalendarEvent object, which has only a beginning date, only an end date, or both a beginning date and an end date.

## Topics

### Getting event details

- [isAllDay](datadetection/ddmatchcalendarevent/isallday.md)
- [endDate](datadetection/ddmatchcalendarevent/enddate.md)
- [endTimeZone](datadetection/ddmatchcalendarevent/endtimezone.md)
- [startDate](datadetection/ddmatchcalendarevent/startdate.md)
- [startTimeZone](datadetection/ddmatchcalendarevent/starttimezone.md)

## Relationships

### Inherits From

- [DDMatch](datadetection/ddmatch.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Matched data types

- [DDMatchEmailAddress](datadetection/ddmatchemailaddress.md)
- [DDMatchFlightNumber](datadetection/ddmatchflightnumber.md)
- [DDMatchLink](datadetection/ddmatchlink.md)
- [DDMatchMoneyAmount](datadetection/ddmatchmoneyamount.md)
- [DDMatchPhoneNumber](datadetection/ddmatchphonenumber.md)
- [DDMatchPostalAddress](datadetection/ddmatchpostaladdress.md)
- [DDMatchShipmentTrackingNumber](datadetection/ddmatchshipmenttrackingnumber.md)
