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

Events.Reminder.GetCompleted

Whether or not the reminder is completed.

Component Version macOS Windows Linux Server iOS SDK
Events 6.2 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "Events.Reminder.GetCompleted"; EKReminder )   More

Parameters

Parameter Description Example
EKReminder The reference to the reminder. $Reminder

Result

Returns 1, 0 or error.

Description

Whether or not the reminder is completed.
Returns 1 if completed, else 0.

Examples

Query completed status for a given reminder:

MBS( "Events.Reminder.GetCompleted"; "3E802BF6-BE7C-42EA-BA4A-16CCF824AA31" )

See also

This function checks for a license.

Created 10th March 2016, last changed 13th March 2016


Events.RefreshSourcesIfNecessary - Events.Reminder.GetCompletionDate