Re: Easy way to script "go to date" in iCal ?
Re: Easy way to script "go to date" in iCal ?
- Subject: Re: Easy way to script "go to date" in iCal ?
- From: Serge Ségu <email@hidden>
- Date: Fri, 3 Feb 2006 17:51:42 +0100
Le 3 févr. 2006, à 13:18, Jay Louvion a écrit :
This is what I’ve ruffled up lately, but GUI scripting is so messy
[...]
And with the command : View calendar ?
ex :
go_to_date("19/1/2006") -- french date format
on go_to_date(theDate)
tell application "iCal"
view calendar at my date_date(theDate)
end tell
end go_to_date
on date_date(dateString)
return date dateString
end date_date
Regards
--
Serge Ségu
_______________________________________________
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