• 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: iCal and broken 'event whose' problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iCal and broken 'event whose' problem


  • Subject: Re: iCal and broken 'event whose' problem
  • From: Michelle Steiner <email@hidden>
  • Date: Sat, 16 Feb 2008 09:53:19 -0700

On Feb 16, 2008, at 9:44 AM, Stephan Bansemer wrote:

hanks for your quick answer. Don't know how to reply in the forum, so I'll write a "normal" email (Hope it's OK for you).

All you had to do was click on the Reply button; I had set the Reply-to field to it.  I'm sending this reply to the list since you indicated that's where you preferred the exchange to be.

And yes, I ran it on a 10.5.2 machine.

Try this script; it should return a list of lists, each internal list will correspond to a calendar.

set start_day to current date
set end_day to (start_day + 7 * days)
tell application "iCal"
set EventIDs to uid of every event of calendars whose start date > start_day and end date ≤ end_day
end tell

-- Michelle

-- 
"English has pursued other languages down alleyways to beat them unconscious and rifle their pockets for new vocabulary."


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: iCal and broken 'event whose' problem
  • Next by Date: Applescript crash
  • Previous by thread: Re: iCal and broken 'event whose' problem
  • Next by thread: iCal and broken 'event whose' problem
  • Index(es):
    • Date
    • Thread