Thanks for the script, Wolfgang. But When I run it I get the error message 
"Yojimbo got an error: Can't make selection into type reference" and 
"selection" is highlighted in the script.

Jim Conley 

On Monday, August 13, 2007 Wolfgang Kunckel wrote:

>Here you go:
>
>
>tell application "Yojimbo"
>   set my_selection to the selection
>   repeat with an_item in my_selection
>       set my_id to id of an_item
>       set my_url to "x-yojimbo-item://" & my_id
>       set _comments to comments of an_item
>       add tags {"iCal"} to an_item
>       tell application "iCal"
>           tell calendar "WOK_Privat" -- enter name of your calender
>               make new todo at end with properties {due date:current date,  
>summary:name of an_item, url:my_url, description:_comments}
>           end tell
>       end tell
>   end repeat
>end tell
>
>
>
>Make a script, put in /Users/YourUserName/Library/Scripts/Application/ 
>Yojimbo.
>
>
>Have fun
>
>
>W.

--
------------------------------------------------------------------
This message is sent to you because you are subscribed to
  the mailing list <yojimbo-talk@barebones.com>.
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>

Reply via email to