---
title: title
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekcalendaritem/title
---

# title

The title for the calendar item.

## Declaration

```swift
var title: String! { get set }
```

## Mentioned in

Creating events and reminders

## See Also

### Accessing Calendar Item Properties

- [calendar](eventkit/ekcalendaritem/calendar.md)
- [location](eventkit/ekcalendaritem/location.md)
- [creationDate](eventkit/ekcalendaritem/creationdate.md)
- [lastModifiedDate](eventkit/ekcalendaritem/lastmodifieddate.md)
- [timeZone](eventkit/ekcalendaritem/timezone.md)
- [url](eventkit/ekcalendaritem/url.md)
