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

iCal and broken 'event whose' problem


  • Subject: iCal and broken 'event whose' problem
  • From: Stephan Bansemer <email@hidden>
  • Date: Sat, 16 Feb 2008 09:34:43 +0100

Until Apple launched 10.5 the following code was working fast and reliable:

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 calendar 1 whose start date > start_day and end date ≤ end_day
end tell

But still under the new 10.5.2 it delivers an empty list.
Am I missing something or is there a workaround ?


Stephan
 _______________________________________________
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

  • Follow-Ups:
    • Re: iCal and broken 'event whose' problem
      • From: Michelle Steiner <email@hidden>
    • Re: iCal and broken 'event whose' problem
      • From: Peter Baxter <email@hidden>
  • Prev by Date: Re: Broken date math on AppleScript 2.0
  • Next by Date: Re: iCal and broken 'event whose' problem
  • Previous by thread: make new custom tag in Aperture 2.0
  • Next by thread: Re: iCal and broken 'event whose' problem
  • Index(es):
    • Date
    • Thread