• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RESOLVED: Contacts Plugin AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RESOLVED: Contacts Plugin AppleScript


  • Subject: RESOLVED: Contacts Plugin AppleScript
  • From: Bill Vlahos <email@hidden>
  • Date: Sat, 11 Oct 2014 17:36:33 -0700

Christian Boyce had the answer. I was saving the plugin AppleScript in the wrong folder.

The correct folder (at least for Mavericks) is
~/Library/Application Scripts/com.apple.AddressBook/

There are other folders that look like they should be correct but don’t work. In fact, these are where the article I referenced said to put them.
~/Library/Address Book Plug-Ins/
System/Library/Address Book Plug-ins/

Does anyone have an idea of which folder is the correct one for different versions of the Mac OS?

Bill Vlahos


On Oct 11, 2014, at 11:03 AM, Bill Vlahos <email@hidden> wrote:

I’m trying to implement a speak phone number plugin in the Contacts application (MacBook Pro 10.9.5) following this example.
http://www.mactech.com/articles/mactech/Vol.21/21.10/ScriptingAddressBook/index.html

The script editor wouldn’t compile this
   on should enable action for thePerson with theEntry
      if theEntry <> missing value then
         return true
      else
         return false
      end if
   end should enable action

so I changed it to this
   on should enable action for thePerson with theEntry
      if theEntry = missing value then
         return false
      else
         return true
      end if
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: RESOLVED: Contacts Plugin AppleScript
      • From: Shane Stanley <email@hidden>
References: 
 >Contacts Plugin AppleScript (From: Bill Vlahos <email@hidden>)

  • Prev by Date: Re: Bug with "attribute run" and Safari ?
  • Next by Date: Re: RESOLVED: Contacts Plugin AppleScript
  • Previous by thread: Contacts Plugin AppleScript
  • Next by thread: Re: RESOLVED: Contacts Plugin AppleScript
  • Index(es):
    • Date
    • Thread