Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
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 paid license.
Created 10th March 2016, last changed 10th January 2022
Events.Event.BirthdayContactIdentifier - Events.Event.EventIdentifier
