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

oracle calendar


  • Subject: oracle calendar
  • From: Kevin J Kalupson <email@hidden>
  • Date: Sun, 24 Jul 2005 11:01:57 -0400

I'm trying to script oracle calendars export calendar function
So far I can make the application load, but the syntax of apple script is escaping me.
If someone could give me a couple of hints, I would appreciate it
I appreciate the help, I'm just struggling a little bit with it right now


this script executes without error but doesn't actually do anything except open the application.
What it actually needs to do is open Oracle Calendar.
Open the drop down menu called File
Click "Export File..."
Choose "ICalendar File" from a list and click ok
choose a file name and location to save
and click ok


tell application "Oracle Calendar"
   activate
end tell

tell application "System Events"
   tell process "Oracle Calendar"
       tell menu bar 1
           tell menu bar item "File"
               tell menu "File"
                   tell menu item "Export"
                       tell menu "Export"
                           select "iCalendar File"
                           select "OK"
                           select "OK"
                           select "save"
                       end tell
                   end tell
               end tell
           end tell
       end tell
   end tell
end tell

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

 _______________________________________________
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

  • Prev by Date: Re: OS 10.4.2: Keychain scripting "Application not running" error
  • Next by Date: Re: set myList to myList & ... and unexpected results
  • Previous by thread: Re: OS 10.4.2: Keychain scripting "Application not running" error
  • Next by thread: My first question, please be gentle (stack overflow)
  • Index(es):
    • Date
    • Thread