Search found 1 match

by pereelmagne
Sun Apr 21, 2019 1:21 pm
Forum: Looking for AppleScripts…
Topic: list of authors
Replies: 1
Views: 23151

list of authors

Hello,

I'm trying to get a list of author names from a group. The script doesn't work. What I have is the following:

tell application "Bookends"
tell front library window
set nameList to author names of every publication item of group item id "calligrafia"
set myList to {}
copy nameList to end ...