Re: Searching events in iCal
Re: Searching events in iCal
- Subject: Re: Searching events in iCal
- From: has <email@hidden>
- Date: Sun, 23 Dec 2007 20:27:12 +0000
On 23 Dec 2007, at 07:02, Michelle Steiner wrote:
It took me a bit to figure it out, but this works:
tell application "iCal"
move ((events of calendar "home") whose summary is "test") to after
events of calendar "work"
end tell
There's one problem with that script, though; it moves a random (or
at least a seemingly random) number of events, from one to all, that
meet the criterion. Running it again moves more of them.
Sounds like a bug in iCal; file a bug report. You should also check to
see that all of the events it moved actually deserved to be moved -
depending on the nature of the problem, it might also be moving events
that it shouldn't.
has
--
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org
_______________________________________________
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