• 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: Sun, 17 Feb 2008 11:15:56 +0100

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


I will test the script. Thanks again for your help ! _______________________________________________ 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: Can't Make "File" into Type File
  • Next by Date: Re: Can't Make "File" into Type File
  • Previous by thread: Re: iCal and broken 'event whose' problem
  • Next by thread: Applescript crash
  • Index(es):
    • Date
    • Thread