• 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
iCal and Applescript (beginner)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iCal and Applescript (beginner)


  • Subject: iCal and Applescript (beginner)
  • From: Bernard Bernu <email@hidden>
  • Date: Sun, 2 Oct 2005 10:58:53 +0200

I'm looking for informations on how to build iCal's calendars with Applescript and publish it to be used by users on other platforms.

I succeeded to get events from calandars but for instance not to make new ones.

I tried that :
tell application "iCal"
set thecal to first calendar whose title is "EnAcT-Val"
set eventList to every event of thecal
set new_event to make new event at thecal with properties {start date:date "lundi 3 octobre 2005 9:00:00", end date:date "lundi 3 octobre 2005 12:00:00", summary:"essai"}
end tell

Bernard
 _______________________________________________
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

  • Follow-Ups:
    • Re: iCal and Applescript (beginner)
      • From: Jay Louvion <email@hidden>
    • Re: iCal and Applescript (beginner)
      • From: pete boardman <email@hidden>
  • Prev by Date: Problems saving applet with custom icon--icon gets stripped by PackageMaker
  • Next by Date: scripting Apple Mail.app
  • Previous by thread: Re: Problems saving applet with custom icon--icon gets stripped by PackageMaker
  • Next by thread: Re: iCal and Applescript (beginner)
  • Index(es):
    • Date
    • Thread