removing an alarm in Palm Desktop
removing an alarm in Palm Desktop
- Subject: removing an alarm in Palm Desktop
- From: Scott Calabrese Barton <email@hidden>
- Date: Mon, 9 Feb 2004 20:37:32 -0500
Hello,
Any suggestions how to remove an alarm from an event in Palm Desktop?
I can use
tell application "Palm Desktop"
set selitem to selection
get alarm of item 1 of selitem
end tell
To obtain the alarm time of a selected event, returning the string
"missing value" if no alarm is set. But none of the following work
to *unset* or remove the alarm:
set alarm of item 1 of selitem to "missing value"
set alarm of item 1 of selitem to 0
set alarm of item 1 of selitem to false
Any suggestions?
Thanks,
Scott
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.