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

Re: Scripting iCal


  • Subject: Re: Scripting iCal
  • From: Rob Jorgensen <email@hidden>
  • Date: Wed, 4 Feb 2004 16:40:33 -0500

At 7:44 AM +1100 2/5/04, Ben Gummer wrote:
Hi everyone,
I am trying to write an applescript that makes a new item with a
certain start time, summary etc. I have tried the following code but it
doesn't work.

tell application "iCal"
set theItem to (make new event with properties {start date = date
"Friday, 6 February 2004 7:35:00 AM", summary = "TheTitle"})
activate
show theItem
end tell

Maybe this will work.

set sd to date "Friday, February 6, 2004 7:35:00 AM"

tell application "iCal"
tell calendar 1 -- Modify as needed
set theItem to (make new event at end with properties {start date:sd, summary:"TheTitle"})
activate
show theItem
end tell
end tell

-- Rob
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Scripting iCal (From: Ben Gummer <email@hidden>)

  • Prev by Date: Re: Very basic "write to file" query
  • Next by Date: Re: Scripting iCal
  • Previous by thread: Re: Scripting iCal
  • Next by thread: Re: Scripting iCal
  • Index(es):
    • Date
    • Thread