Jump to content
Server Maintenance This Week. ×

Calculated Script issues (Apple Script)


This topic is 5087 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hi

I am using an Apple Script to make a Calendar event in a particular calender and all works fine in Mac OS however I cannot seem to get it to work in the FM database.

All of the variable like current date, Event Description, Event name will come from fields in a the database.

Any help will be greatly appreciated.

thanks

Duncan

Apple script is below.

tell application "iCal"

tell calendar "Contracts"

set theDate to date "Thursday, 27 May 2010 00:00:00"

make new event with properties {description:"Event Description", summary:"Event Name", location:"Location", start date:theDate, allday event:true}

tell application "Finder"

activate

open application file "iCal.app" of folder "Applications" of startup disk

end tell

end tell

end tell

Link to comment
Share on other sites

This topic is 5087 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.