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

Events.Event.IsDetached

Represents whether this event is detached from a recurring series.

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

Parameters

Parameter Description Example
EKCalendarItem The reference to the calendar item: an event or reminder. $item

Result

Returns 1, 0 or error.

Description

Represents whether this event is detached from a recurring series.
If this event is an instance of a repeating event, and an attribute of this event has been changed from the default value generated by the repeating event, isDetached will return 1. If the EKEvent is unchanged from its default state, or is not a repeating event, isDetached returns 0.

This function checks for a license.

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


Events.Event.GetStructuredLocation - Events.Event.OccurrenceDate