Events.Item.SetNotes
--------------------

Sets the notes text for the calendar item.

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

MBS( "Events.Item.SetNotes"; EKCalendarItem; Notes ) 

**MBS**( **"Events.Item.SetNotes";** /\* Sets the notes text for the calendar item. \*/  
**$EKCalendarItem**; /\* The reference to the calendar item: an event or reminder.e.g. $item \*/   
**$Notes**) /\* The new notes text.e.g. "Don't forget wife's birthday!" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| EKCalendarItem | The reference to the calendar item: an event or reminder. | $item |
| Notes | The new notes text. | "Don't forget wife's birthday!" |

### Result

Returns OK or error.

### Description

Sets the notes text for the calendar item.  
### Examples

Set notes:

 Set Variable \[$r ; Value:MBS ( "Events.Item.SetNotes"; $reminder ; Events Create Reminder::Notes )\]  
### See also

- [Events.Item.GetNotes](EventsItemGetNotes.md)
- [Events.Item.GetTitle](EventsItemGetTitle.md)
- [Events.Item.HasNotes](EventsItemHasNotes.md)
- [Events.Item.SetTitle](EventsItemSetTitle.md)
- [Events.Item.SetURL](EventsItemSetURL.md)
- [Events.NewEvent](EventsNewEvent.md)
- [Events.NewReminder](EventsNewReminder.md)
- [Events.SaveEvent](EventsSaveEvent.md)
- [Events.SaveReminder](EventsSaveReminder.md)

### Example Databases

- [Mac and iOS/Events/Events Create Event](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Mac%20and%20iOS/Events/Events%20Create%20Event.shtml#1ScriptAnchor_)
- [Mac and iOS/Events/Events Create Reminder](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Mac%20and%20iOS/Events/Events%20Create%20Reminder.shtml#1ScriptAnchor_)
- [Mac and iOS/Events/Events Sync](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Mac%20and%20iOS/Events/Events%20Sync.shtml#5ScriptAnchor_)

### Blog Entries

- [FileMaker and Calendar (iCal)](https://www.mbsplugins.de/archive/2016-04-23/FileMaker_and_Calendar_(iCal)/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 10th March 2016 , last changed 13th March 2016

  
[Events.Item.SetLocation](EventsItemSetLocation.md) - [Events.Item.SetTimeZone](EventsItemSetTimeZone.md)

[HTML Version](EventsItemSetNotes.shtml)