Re: Scripting iCal. 10.4 and 10.5 UID's incompatible?
Re: Scripting iCal. 10.4 and 10.5 UID's incompatible?
- Subject: Re: Scripting iCal. 10.4 and 10.5 UID's incompatible?
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 30 Oct 2007 07:07:58 -0700
- Thread-topic: Scripting iCal. 10.4 and 10.5 UID's incompatible?
On 10/30/07 5:07 AM, "Loren Ryter" <email@hidden> wrote:
> I'm having this issue too now. Can you explain how to properly use the raw
> codes? I tried compiling this in Script Editor (Tiger):
>
> tell application "iCal"
> repeat with thisCalendar in calendars
> repeat with thisEvent in (every event of thisCalendar)
> set u to (get «wr10» of thisEvent)
> end repeat
> end repeat
> end tell
>
> I get this error: Expected expression but found ³«².
>
> I also tried this with the same result:
>
> Set u to «wr10» of thisEvent
>
> (FYI those delimiter marks are typed with opt-\ and opt-shitft-\)
>
set u to «property wr10» of thisEvent
--
Paul Berkowitz
_______________________________________________
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