Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Calendar.Alarm.SetAbsoluteTrigger

Sets the absolute trigger timestamp.

Component Version macOS Windows Linux Server iOS SDK
Calendar 3.5 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "Calendar.Alarm.SetAbsoluteTrigger"; alarmRef; timestamp )   More

Parameters

Parameter Description Example
alarmRef The reference to the calendar alarm. $alarmRef
timestamp The new date and time for this alarm. Get(HostDateTime)+30

Result

Returns OK or error.

Description

Sets the absolute trigger timestamp.
Setting an absoluteTrigger will also set the relativeTrigger to undefined.

See also

This function checks for a license.

Created 18th August 2014, last changed 18th August 2014


Calendar.Alarm.GetURL - Calendar.Alarm.SetAcknowledged