• 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: Scripting iCal. 10.4 and 10.5 UID's incompatible?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Scripting iCal. 10.4 and 10.5 UID's incompatible? (From: Loren Ryter <email@hidden>)

  • Prev by Date: Where's the updated AppleScript Language Guide?
  • Next by Date: Re: Scripting iCal. 10.4 and 10.5 UID's incompatible?
  • Previous by thread: Re: Scripting iCal. 10.4 and 10.5 UID's incompatible?
  • Next by thread: Re: Scripting iCal. 10.4 and 10.5 UID's incompatible?
  • Index(es):
    • Date
    • Thread