Results 1 to 3 of 3

Thread: [RESOLVED] Applescript

  1. #1

  2. #2
    PowerPoster jdc2000's Avatar
    Join Date
    Oct 2001
    Location
    Idaho Falls, Idaho USA
    Posts
    2,392

    Re: Applescript


  3. #3

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,427

    Re: [RESOLVED] Applescript

    I apologize for forgetting to mark this as Resolved.

    I don't believe that you can create an Applescript that will directly open your Google calendar from the dock, but you can create an app from the script and place that in the dock, and that's what I did.

    The script is simply this where x, y and z will be different for you.
    Code:
    tell application "Safari"
    	make new document with properties {URL:"https://calendar.google.com/calendar/x/y/z"}
    end tell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width