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

# hasNotes

A Boolean value that indicates whether the calendar item has notes.

## Declaration

```swift
var hasNotes: Bool { get }
```

## Discussion

Discussion If true, the calendar item has notes; otherwise it does not.

## See Also

### Attaching Notes

- [notes](eventkit/ekcalendaritem/notes.md)
