Re: How do you get iCal to run an Applescript
Re: How do you get iCal to run an Applescript
- Subject: Re: How do you get iCal to run an Applescript
- From: Brian <email@hidden>
- Date: Tue, 12 Jul 2005 19:31:59 +0200
Le 12 juil. 05, à 18:43, Michelle Steiner a écrit :
set foo to hours of (current date)
tell application "Mail"
if (foo is greater than 23) or (foo is less than 7) then
set fetch interval to 60
else
set fetch interval to 5
end if
end tell
iCal was set to run it at 11 PM and 7 AM.
Hello,
Maybe it will work better if you use :
if (foo ≥ 23) or (foo ≤ 7) then
;)
Bye,
Brian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden