Platforms to show: All Mac Windows Linux Cross-Platform

Back to EKAlarmMBS class.

EKAlarmMBS.absoluteDate as date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The absolute date for the alarm.

If you set this property for a relative offset alarm, it loses the relative offset and becomes an absolute alarm.
(Read and Write property)

EKAlarmMBS.absoluteDateTime as DateTime

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 20.5 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The absolute date for the alarm.

If you set this property for a relative offset alarm, it loses the relative offset and becomes an absolute alarm.
(Read and Write property)

EKAlarmMBS.emailAddress as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The recipient of an email to send when the alarm triggers.

Assigning this property a value will set the soundName and url properties to nil.
(Read and Write property)

EKAlarmMBS.proximity as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A value indicating how a location-based alarm is triggered.

Alarms can be set to trigger when entering or exiting a location specified by structuredLocation. By default, alarms are not affected by location.
(Read and Write property)

EKAlarmMBS.relativeOffset as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The offset from the start of an event, at which the alarm fires.

If you set this value for an absolute alarm, it loses its absolute date and becomes a relative offset alarm.
(Read and Write property)

EKAlarmMBS.soundName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The name of the sound to play when the alarm triggers.

The value of this property is the name of a system sound that can be used with the soundNamed class method to create an NSSound object. Assigning this property a value will set the emailAddress and url properties to nil.
(Read and Write property)

EKAlarmMBS.structuredLocation as EKStructuredLocationMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The location to trigger an alarm.

This property is used in conjunction with proximity to perform geofence-based triggering of reminders.
(Read and Write property)

EKAlarmMBS.type as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The type of action to trigger when the alarm fires.

To set the type of alarm, define one of emailAddress, soundName, or url.
(Read only property)

EKAlarmMBS.url as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The URL to open when the alarm triggers.

Assigning this property a value will set the emailAddress and soundName properties to nil.

Available in OS X v10.8 and later.
Deprecated in OS X v10.9.
(Read and Write property)

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...