• 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
Re: help w/ iCal view calendar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >help w/ iCal view calendar (From: email@hidden)

  • Prev by Date: problem Quark->opening fonts
  • Next by Date: Re: String to sum
  • Previous by thread: help w/ iCal view calendar
  • Next by thread: InDesign TOC and overflowing text questions
  • Index(es):
    • Date
    • Thread