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

Events.Event.Status

Queries status of event.

Component Version macOS Windows Linux Server iOS SDK
Events 6.2 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "Events.Event.Status"; EKEvent )   More

Parameters

Parameter Description Example
EKEvent The reference to the event. $event

Result

Returns value or error.

Description

Queries status of event.
While the status offers four different values in the enumeration, in practice, the only actionable and reliable status is canceled. Any other status should be considered informational at best. You cannot set this property. If you wish to cancel an event, you should simply remove it using removeEvent.
Value can be None, Confirmed, Tentative or Canceled.

This function checks for a license.

Created 10th March 2016, last changed 12nd March 2016


Events.Event.SetStructuredLocation - Events.Event.compareStartDateWithEvent