Platforms to show: All Mac Windows Linux Cross-Platform

Back to CalAlarmMBS class.

CalAlarmMBS.absoluteTrigger as date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The absolute trigger value.

The time that an alarm goes off is referred to as the trigger. Alarms have either a relative trigger, which means the alarm fires a certain number of seconds before an alarm occurs, or an absolute trigger, which specifies the exact time the alarm will trigger off.

Setting an absoluteTrigger will also set the relativeTrigger to 0.
(Read and Write property)

CalAlarmMBS.acknowledged as date

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

(Read and Write property)

CalAlarmMBS.action as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The action used for this alarm.

See the CalAlarmAction* constants.
(Read and Write property)

CalAlarmMBS.emailAddress as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The email address to notify.

Setting an emailAddress will also set the action to CalAlarmEmail as well as set the sound and URL to nil.
(Read and Write property)

CalAlarmMBS.relatedTo as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Related to text.

(Read and Write property)

CalAlarmMBS.relativeTrigger as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The absolute relative value.

The time that an alarm goes off is referred to as the trigger. Alarms have either a relative trigger, which means the alarm fires a certain number of seconds before an alarm occurs, or an absolute trigger, which specifies the exact time the alarm will trigger off.

Setting a relativeTrigger will also set the absoluteTrigger to 0.
(Read and Write property)

CalAlarmMBS.sound as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The sound file to play.

Setting a sound will also set the action to CalAlarmSound as well as set the emailAddress and URL to nil. Expects the name of a system alert. See NSSound.
(Read and Write property)

CalAlarmMBS.url as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The URL to launch when the alarm comes.

Setting a URL will also set the action to CalAlarmProcedure as well as set the emailAddress and sound to nil. The URL must be a file URL.
(Read and Write property)

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


The biggest plugin in space...