Quantcast
Viewing all articles
Browse latest Browse all 16559

AppleScript-created reminder not visible

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.
: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 16559

Trending Articles