Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Events.Event.BirthdayPersonUniqueID
Specifies the address book unique ID of the person this event was created for.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Events | 6.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Deprecated
This function was deprecated. Use Events.Event.BirthdayContactIdentifier instead.
MBS( "Events.Event.BirthdayPersonUniqueID"; EKEvent ) More
Parameters
Parameter | Description | Example |
---|---|---|
EKEvent | The reference to the event. | $event |
Result
Returns ID or error.
Description
Specifies the address book unique ID of the person this event was created for.This property is only valid for events in the built-in Birthdays calendar. It specifies the Address Book unique ID of the person this event was created for. For any other type of event, this property returns nothing.
Release notes
- Version 12.0
- Added Events.Event.BirthdayContactIdentifier and deprecated older Events.Event.BirthdayPersonUniqueID.
Blog Entries
This function checks for a license.
Created 10th March 2016, last changed 10th January 2022
Events.Event.BirthdayContactIdentifier - Events.Event.EventIdentifier
