Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Applescript > Export a specif...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 1537 of 1610
Post > Topic >>

Export a specific calendar from iCal

by Francois <Francois@[EMAIL PROTECTED] > Nov 23, 2007 at 06:22 PM

Hi,
I'm new to AppleScript (and must say I find it very frustrating...). I'm 
trying to export a specific calendar from iCal, so got the following:
tell application "iCal" to activate
tell application "System Events" to tell process "iCal"
   tell menu item "ExporterŠ" of menu "Fichier" of menu bar 1 to click
   tell sheet 1 of window 1
      delay 1
      keystroke "d" using command down -- select desktop
      tell button "Exporter" to click
      delay 1
   end tell
end tell
Now this export the currently selected calendar but I want to export 
calendar "C". Can't find a command like
   select calendar "C"
How do I do that?  Thanks for the help
-- 
Francois




 1 Posts in Topic:
Export a specific calendar from iCal
Francois <Francois@[EM  2007-11-23 18:22:16 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon May 12 8:19:55 CDT 2008.