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

AppleScript-created reminder not visible

$
0
0

The make command does not work in JXA in any application. And this crashes the Script Editor.app :wink:

var app = Application("DEVONthink 3");
app.includeStandardAdditions = true;
var record = app.selectedRecords()[0];
var theDate = Date();
var theReminder = app.Reminder({'dueDate':theDate, 'schedule':'monthly', 'interval':2});
record.reminder = theReminder;

Viewing all articles
Browse latest Browse all 21087

Latest Images

Trending Articles



Latest Images