Scooter 11 Posted June 26, 2014 Share Posted June 26, 2014 Should be a piece of cake, but I've been working on it for two hours. I'm out of ideas. set pathToJournalFolder to "Macintosh HD:Users:Scoot:Unbacked:JournalCalWorking:Events.txt" as texttell application id "com.evernote.evernote" activate create note title "Events" from file pathToJournalFolder notebook "Journal"end tell I get 'Missing Value" but for the life of me I can't figure out what it is. Why are the simplest things so difficult? Link to comment
Sentinel 195 Posted June 26, 2014 Share Posted June 26, 2014 Are you referring to MacJournal in this script?If so, check this out. Link to comment
Idea
Scooter 11
Should be a piece of cake, but I've been working on it for two hours. I'm out of ideas.
set pathToJournalFolder to "Macintosh HD:Users:Scoot:Unbacked:JournalCalWorking:Events.txt" as text
tell application id "com.evernote.evernote"
activate
create note title "Events" from file pathToJournalFolder notebook "Journal"
end tell
I get 'Missing Value" but for the life of me I can't figure out what it is. Why are the simplest things so difficult?
Link to comment
1 reply to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.