• 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
Set_reminders_to_current_date script (so I can comment on Re: Mail scripting)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Set_reminders_to_current_date script (so I can comment on Re: Mail scripting)


  • Subject: Set_reminders_to_current_date script (so I can comment on Re: Mail scripting)
  • From: Glenn <email@hidden>
  • Date: Fri, 15 Aug 2003 23:48:49 -0700

On 03.08.14 3:15 PM, "John Delacour" <email@hidden> babbled:

{snip this and previous examples of a severe lack of social skills}
> courtesy of reading it but don't expect me to walk off into the woods
> and slash my wrist.

My GOD you are an asshole.

(And yes, I *would* say this to your face. In public.)


(* Anyway *)

tell application "Microsoft Entourage"
set num_tasks to count tasks
set the_date to current date
repeat with the_task from 1 to num_tasks
if (completed of task the_task = false) then
set due date of task the_task to the_date
end if
end repeat
end tell

::Glenn Sugden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Archives (Back Online)
      • From: Kevin Gogerty <email@hidden>
References: 
 >Re: Mail scripting (From: John Delacour <email@hidden>)

  • Prev by Date: Re: Scripting copy and paste commands in FileMaker
  • Next by Date: Re: Control PPP via AppleScript in OS X
  • Previous by thread: Re: Mail scripting
  • Next by thread: Archives (Back Online)
  • Index(es):
    • Date
    • Thread