Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Calendar.Item.IsDetached
Whether event is detached.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Calendar | 3.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Deprecated
This function was deprecated.
MBS( "Calendar.Item.IsDetached"; EventRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
EventRef | The reference to the event. | $eventRef |
Result
Returns status or error.
Description
Whether event is detached.If this event is an instance of a repeating event, and an attribute of this event has been changed to from the default value generated by the repeating event, isDetached will return 1. If the event is unchanged from its default state, or is not a repeating event, isDetached returns 0.
Example Databases
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014
