• 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: iCal Calendar Colors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iCal Calendar Colors


  • Subject: Re: iCal Calendar Colors
  • From: Andrew Oliver <email@hidden>
  • Date: Sun, 22 May 2005 22:18:44 -0700

On 5/22/05 8:20 PM, "Todd Geist" <email@hidden> wrote:

> Hello,
>
> Does anybody know how to return the color property of a calendar in
> iCal as a string like this
>
> 125, 125, 100

Not sure why you want it as a string, but...

tell application "iCal"
   set theColor to color of calendar 1
   set {oldTIDs, my text item delimiters} to {my text item delimiters, ", "}
   set theResult to theColor as text
   set my text item delimiters to oldTIDs
   return theResult
end tell

 _______________________________________________
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

References: 
 >iCal Calendar Colors (From: Todd Geist <email@hidden>)

  • Prev by Date: Re: Quark place image script woes
  • Next by Date: RE: Remote AppleEvents for Folder Path
  • Previous by thread: iCal Calendar Colors
  • Next by thread: iCal Calendar Colors
  • Index(es):
    • Date
    • Thread