Batch edit contacts "Labels" in AppleScript
For the contacts that have the label "Mobile", I would like to change it to "Phone". Does anyone have a script for that?
For the contacts that have the label "Mobile", I would like to change it to "Phone". Does anyone have a script for that?
Hi WalterKofficial,
If you'd like to know more writing Apple Scripts, this information might help.
While we don’t have a script we can provide for that, you can use the quote from About Script Editor on Mac below to make your own scripts.
In Script Editor, you can edit, debug, and compile your scripts. When your script is finished, you can save it as an app or a droplet.
Script Editor’s library gives you access to the scripting dictionary of all scriptable apps and scripting additions.
For more information about the AppleScript scripting language, see the AppleScript Language Guide.
For more information about JavaScript For Automation, see JavaScript for Automation.
For more information about automating tasks using AppleScript and Terminal, see Automate tasks using AppleScript and Terminal.
We hope that helps with your question and take care!
Batch edit contacts "Labels" in AppleScript