Events.Item.RemoveAlarm
-----------------------

Removes an alarm from the 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.RemoveAlarm"; EKCalendarItem; EKAlarm ) 

**MBS**( **"Events.Item.RemoveAlarm";** /\* Removes an alarm from the item. \*/  
**$EKCalendarItem**; /\* The reference to the calendar item: an event or reminder.e.g. $item \*/   
**$EKAlarm**) /\* The reference to the alarm.e.g. $Alarm \*/ 

### Parameters

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

### Result

Returns OK or error.

### Description

Removes an alarm from the item.  
### See also

- [Calendar.Item.RemoveAlarm](CalendarItemRemoveAlarm.md)

This function checks for a license.

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

  
[Events.Item.RecurrenceRules](EventsItemRecurrenceRules.md) - [Events.Item.RemoveRecurrenceRule](EventsItemRemoveRecurrenceRule.md)

[HTML Version](EventsItemRemoveAlarm.shtml)