Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Calendar.Item.GetAlarms
Queries the list of alarms for this item.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Calendar | 3.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Deprecated
This function was deprecated.
MBS( "Calendar.Item.GetAlarms"; itemRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
itemRef | The reference to the calendar item. Can be reference to event or reminder. | $eventRef |
Result
Returns list of alarm IDs or error.
Description
Queries the list of alarms for this item.Seems like there often is an alarm registered but with Action "NONE". You can ignore it.
See also
- Calendar.Item.AddAlarm
- Calendar.Item.GetAllDay
- Calendar.Item.GetNotes
- Calendar.Item.GetTitle
- Calendar.Item.HasAlarm
- Calendar.Item.NextAlarmDate
- Calendar.Item.RemoveAlarm
- Calendar.Item.SetAllDay
- Calendar.Item.SetNotes
Example Databases
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014
