Events.Item.GetLocation
-----------------------

Queries the location text.

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

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

**MBS**( **"Events.Item.GetLocation";** /\* Queries the location text. \*/  
**$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 text or error.

### Description

Queries the location text.  
### See also

- [Calendar.Item.GetLocation](CalendarItemGetLocation.md)
- [Events.Item.SetLocation](EventsItemSetLocation.md)

### Example Databases

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

This function checks for a license.

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

  
[Events.Item.GetCalendar](EventsItemGetCalendar.md) - [Events.Item.GetNotes](EventsItemGetNotes.md)

[HTML Version](EventsItemGetLocation.shtml)