Exporting as Evernote todos / checklist?

Any ideas for how to create an Applescript that would export the current view as an Evernote note with each task as an Evernote checklist item?

I guess it would be close to this solution: http://www.tuaw.com/2013/04/15/applescripting-omnifocus-send-completed-task-report-to-evernot/

but instead of a report of completed tasks, it would be a report of tasks to be done.

2 Likes

Late for dinner, but here’s a start:

That script does seem like a decent jumping off point.

The set theModifiedProjects line should probably be replaced with code that looks at all projects which are active.

The set theCompletedTasks line should instead be looking for tasks where completion date is false and due date is either blank or in that window between start and end.

Although I am not trying to make a script for OF to EN, I am trying to find out how to use AppleScript to create checklists in EN. Have you had an joy achieving that?