Events.Item.HasNotes
--------------------

Whether this event has notes.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Events](component_Events.md) | [6.2](newinversion62.md) | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |

MBS( "Events.Item.HasNotes"; EKCalendarItem ) 

**MBS**( **"Events.Item.HasNotes";** /\* Whether this event has notes. \*/  
**$EKCalendarItem**) /\* The reference to the calendar item: an event or reminder.e.g. $item \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| EKCalendarItem | The reference to the calendar item: an event or reminder. | $item |

### Result

Returns 1, 0 or error.

### Description

Whether this event has notes.  
Returns 1 if notes exists, else 0.  
### See also

- [Events.Item.GetNotes](EventsItemGetNotes.md)
- [Events.Item.HasAlarms](EventsItemHasAlarms.md)
- [Events.Item.SetNotes](EventsItemSetNotes.md)

This function checks for a license.

Created 10th March 2016 , last changed 12nd March 2016

  
[Events.Item.HasAttendees](EventsItemHasAttendees.md) - [Events.Item.HasRecurrenceRules](EventsItemHasRecurrenceRules.md)

[HTML Version](EventsItemHasNotes.shtml)