Quantcast
Channel: DEVONtechnologies Community - Latest posts
Viewing all articles
Browse latest Browse all 17722

AppleScript-created reminder not visible

$
0
0

Actually this works fine for me:

tell application id "DNtp"
	set theRec to selected record 1
	set theDate to current date
	tell theRec to make new reminder with properties {due date:theDate, schedule:monthly, interval:2}
end tell

See folder ~/Library/Application Scripts/com.devon-technologies.think3/Smart Rules for some additional examples.


Viewing all articles
Browse latest Browse all 17722

Trending Articles