Re: How to speed up scripting Apple's Reminders app
Re: How to speed up scripting Apple's Reminders app
- Subject: Re: How to speed up scripting Apple's Reminders app
- From: has <email@hidden>
- Date: Thu, 10 Mar 2016 09:05:28 +0000
On 09/03/2016 21:03, email@hidden wrote:
Stan Cleveland<email@hidden>
tell application "Reminders"
set completed of (reminders of list "Blog Post Checklist" whose completed is true) to false
end tell
Or just:
tell application "Reminders"
set completed of reminders of list "Blog Post Checklist" to false
end tell
The more complex query is not needed here due to the awesome powerz of
Boolean logic. (Whether it makes any difference to speed is something
you'd need to test both ways and compare.)
has
_______________________________________________
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