Search the web
Sign In
New User? Sign Up
smsmac · SMS Mac Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
SMS Mac Scripting   Message List  
Reply | Forward Message #517 of 531 |
I use the iCal script provided as an example on the SMS Mac website

tell application "SMS Mac Scripting"
set m to make new outgoing sms with properties
{flash:false}
tell m
set message to "[message]"
set recipients to {"[tel number]"}
set sender to "[tel number]"
try
send
on error errMsg number errNum
display dialog "Error: " & errNum & ". "
& errMsg
end try
end tell
end tell

This works great when my Mac and iCal are running; script runs, SMS sent, etc.

However if my Mac is off, or iCal is not running, or there's no internet
connection when the SMS script is due to run, then the SMS is not sent.

Can anyone pls help me with edits to this script that "queue" the script to run
as soon as iCal is running and connected to the internet.

Thx!




Wed Jun 10, 2009 8:52 am

dazza_888
Offline Offline
Send Email Send Email

Forward
Message #517 of 531 |
Expand Messages Author Sort by Date

I use the iCal script provided as an example on the SMS Mac website tell application "SMS Mac Scripting" set m to make new outgoing sms with properties...
dazza_888
Offline Send Email
Jun 10, 2009
9:23 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help