• 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
Re: How to speed up scripting Apple's Reminders app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: How to speed up scripting Apple's Reminders app
  • Next by Date: Weird problem with a script?
  • Previous by thread: Re: How to speed up scripting Apple's Reminders app
  • Next by thread: Weird problem with a script?
  • Index(es):
    • Date
    • Thread