The make
command does not work in JXA in any application. And this crashes the Script Editor.app Image may be NSFW.
Clik here to view.
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;