Set_reminders_to_current_date script (so I can comment on Re: Mail scripting)
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.