Events.Item.SetTitle
--------------------

Sets the item title.

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

MBS( "Events.Item.SetTitle"; EKCalendarItem; Title ) 

**MBS**( **"Events.Item.SetTitle";** /\* Sets the item title. \*/  
**$EKCalendarItem**; /\* The reference to the calendar item: an event or reminder.e.g. $item \*/   
**$Title**) /\* The new title.e.g. "Joe's birthday" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| EKCalendarItem | The reference to the calendar item: an event or reminder. | $item |
| Title | The new title. | "Joe's birthday" |

### Result

Returns OK or error.

### Description

Sets the item title.  
### Examples

Set Title:

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

- [Events.Item.GetNotes](EventsItemGetNotes.md)
- [Events.Item.GetTitle](EventsItemGetTitle.md)
- [Events.Item.SetNotes](EventsItemSetNotes.md)
- [Events.Item.SetTimeZone](EventsItemSetTimeZone.md)
- [Events.Item.SetURL](EventsItemSetURL.md)
- [Events.NewEvent](EventsNewEvent.md)
- [Events.NewReminder](EventsNewReminder.md)
- [Events.SaveEvent](EventsSaveEvent.md)
- [Events.SaveReminder](EventsSaveReminder.md)
- [MenuItem.SetTitle](MenuItemSetTitle.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)

### FileMaker Magazin

- [Ausgabe 3/2020, Seite 39 bis 40](https://filemaker-magazin.de/neuigkeit/4096-Appetithappen-FMM_202003)

This function checks for a license.

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

  
[Events.Item.SetTimeZone](EventsItemSetTimeZone.md) - [Events.Item.SetURL](EventsItemSetURL.md)

[HTML Version](EventsItemSetTitle.shtml)