Re: help w/ iCal view calendar
Re: help w/ iCal view calendar
- Subject: Re: help w/ iCal view calendar
- From: peter boardman <email@hidden>
- Date: Tue, 12 Oct 2004 11:15:12 +0100
email@hidden <email@hidden> said on 2004-10-11,
18:18 (-0000 GMT):
> I'm hoping some one might help me with a script to show a
> calendar on a given date.
tell application "iCal"
switch view to day view
repeat with i from 1 to 7
view calendar at ((current date) - i * days)
end repeat
end tell
I think that the confusion is with this dictionary entry:
view calendar reference -- the object for the command
I may be wrong, but this may mean the target for the command.
In any case, it makes sense that you can't specify a particular
calendar - you can't look at one day on one calendar and another day
on another at the same time...
Pete
_______________________________________________
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