Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Events.Item.SetLocation
Sets the location for this event.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Events | 6.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "Events.Item.SetLocation"; EKCalendarItem; Location ) More
Parameters
Parameter | Description | Example |
---|---|---|
EKCalendarItem | The reference to the calendar item: an event or reminder. | $item |
Location | The text for the lcoation field. | "Hamburg, Germany" |
Result
Returns OK or error.
Description
Sets the location for this event.Examples
Set location:
Set Variable [$r; Value:MBS( "Events.Item.SetLocation"; $reminder; Events Create Reminder::Location )]
See also
- Calendar.Item.SetLocation
- Events.Event.SetStructuredLocation
- Events.Item.GetLocation
- Events.NewEvent
- Events.NewReminder
- Events.SaveEvent
- Events.SaveReminder
Example Databases
- Mac and iOS/Events/Events Create Event
- Mac and iOS/Events/Events Create Reminder
- Mac and iOS/Events/Events Sync
Blog Entries
This function checks for a license.
Created 10th March 2016, last changed 13th March 2016