Re: iCal AppleScript: graphic anomaly, new list cannot be selected
Re: iCal AppleScript: graphic anomaly, new list cannot be selected
- Subject: Re: iCal AppleScript: graphic anomaly, new list cannot be selected
- From: pete boardman <email@hidden>
- Date: Fri, 8 Jul 2005 09:19:56 +0100
On 2005-07-08, at 00:29, Albert Harum-Alvarez wrote:
The following script has been working well for awhile, but of late
it's producing strangeness within iCal itself. The event seems to
be created, but the graphic on the calendar is somehow an inverse
image, and cannot be selected. Only the initial letter of the event
name shows. Has anyone seen this occur?
It looks like a bug in iCal. I think it's related to the way you've
specified the line breaks in the description. If you do it this way:
set newEvent to make new event at the end of events of (item 1 of
(calendars whose title is "Home")) with properties {summary:"Joe
Guidry", start date:current date, allday event:true, description:"Joe
Guidry" & return & "editorial page deputy editor" & return & "The
Tampa Tribune"}
it should look OK.
A technical explanation may well involve the words "Unicode" and
"ASCII", and I'm not able to provide one. :-)
Pete
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden