On Jun 20, 2011, at 15:00, Christian Boyce wrote:
The nice thing about putting people into the group is they may not have names, or emails, or whatever, so you can't rely on "names of people whose" in your list.
I agree, and it's more comfortable to have a nice UI to scan through the found items.
Is there a way to eliminate the "repeat with i in foundGroup" loop? Add every item of foundGroup to group "tempgroup"? I haven't figured it out.
I've tried a number of variations of one-liners similar to:
add people to group "tempgroup" where its creation date > dateRangeStart and creation date < dateRangeEnd
To no avail. It appears that only one entry at a time can be added to a group.
You'd think that you could create a group with properties {name:"Group Name", entries:{list of entries}}
Finally, better have a "Save" in the script. Try it with and without out you'll like it better with.
Yes. I found this out the hard way too. You'll find that my script does have a 'save' in it. :)