ejvandalen 0 Posted February 28, 2018 Share Posted February 28, 2018 I have 42 notes that I need to change the reminder date on. I have to do it to each one individually. I should be able to select them all and change them all at once. Now that would be cool! Thanks guys. I love EN. Link to comment
1 rezecib 98 Posted February 28, 2018 Share Posted February 28, 2018 That would be cool. Meanwhile the best workaround I can think of is to export the notebook, write a script to find and replace the reminder dates (the export should be a single XML file), and then reimport. Link to comment
0 Level 5* DTLow 5,745 Posted February 28, 2018 Level 5* Share Posted February 28, 2018 1 hour ago, ejvandalen said: I have 42 notes that I need to change the reminder date on. I have to do it to each one individually. I should be able to select them all and change them all at once. Which platform? Mass reminder changes is not an Evernote feature, but can be scripted on Evernote/Mac 1 1 Link to comment
0 ejvandalen 0 Posted February 28, 2018 Author Share Posted February 28, 2018 I'm using Evernote Mac. Can you briefly describe how to script it? Link to comment
0 Level 5* DTLow 5,745 Posted February 28, 2018 Level 5* Share Posted February 28, 2018 4 hours ago, ejvandalen said: I'm using Evernote Mac. Can you briefly describe how to script it? The first step is to select the notes in Evernote Second, launch the Script Editor app This app comes free with every Mac installation Enter the commands to execute First statement identifies theNotes as the selected notes Next, a repeat loop to pass through every note Within the loop, the action required - a statement to set the reminder time Click run ( ) to run the script tell application "Evernote" to set theNotes to selection repeat with theNote in theNotes tell application "Evernote" to set reminder time of theNote to date "Monday, January 1, 2018 at 00:00:00" end repeat Link to comment
0 Evernote Cold Turkey 1 Posted January 28, 2019 Share Posted January 28, 2019 Excellent idea, I regularly have 10+ reminders to change and it is without exaggerating my only frustration with EV. Today I have 165 reminders to change but let's not talk about that as I'm not looking forward to it! Link to comment
0 Rufus M 23 Posted November 26, 2019 Share Posted November 26, 2019 On 3/1/2018 at 12:11 PM, DTLow said: The first step is to select the notes in Evernote Second, launch the Script Editor app This app comes free with every Mac installation Enter the commands to execute First statement identifies theNotes as the selected notes Next, a repeat loop to pass through every note Within the loop, the action required - a statement to set the reminder time Click run ( ) to run the script tell application "Evernote" to set theNotes to selection repeat with theNote in theNotes tell application "Evernote" to set reminder time of theNote to date "Monday, January 1, 2018 at 00:00:00" end repeat Do you know the script to set reminders on the selected notes, but without a due date? Link to comment
0 Level 5* DTLow 5,745 Posted November 26, 2019 Level 5* Share Posted November 26, 2019 On 11/26/2019 at 2:06 PM, Rufus M said: Do you know the script to set reminders on the selected notes, but without a due date? set reminder order of theNote instead of reminder time >>I tried this, but it didn't seem to work: I could have been clearer; set reminder order of theNote to <value> This is a date field; current date should work >>I tried typing in the date a number of different ways, but they were all rejected. I just ran this script successfully tell application "Evernote" set theNotes to selection repeat with theNote in theNotes set reminder order of theNote to current date end repeatend tell Link to comment
0 Rufus M 23 Posted November 26, 2019 Share Posted November 26, 2019 10 minutes ago, DTLow said: set reminder order of tneNote I tried this, but it didn't seem to work: tell application "Evernote" set theNotes to get selection repeat with theNote in theNotes set reminder order of theNote end repeat end tell Link to comment
0 Rufus M 23 Posted November 26, 2019 Share Posted November 26, 2019 31 minutes ago, DTLow said: I could have been clearer; set reminder order of theNote to <value> This is a date field; current date should work I tried typing in the date a number of different ways, but they were all rejected. Is there any way to set the reminder without a date? Link to comment
0 Level 5* DTLow 5,745 Posted November 26, 2019 Level 5* Share Posted November 26, 2019 10 minutes ago, Rufus M said: I tried typing in the date a number of different ways, but they were all rejected. Is there any way to set the reminder without a date? I just ran this script successfully tell application "Evernote" set theNotes to selection repeat with theNote in theNotes set reminder order of theNote to current date end repeatend tell Link to comment
0 William Freire 0 Posted September 13, 2020 Share Posted September 13, 2020 An easy way to remove alarms from selected notes using ctrl and shift and “all notes” as well. I had to make a cleanup clicking on each single one of a 2K ones. Were really frustrating... Link to comment
0 Level 5* DTLow 5,745 Posted September 13, 2020 Level 5* Share Posted September 13, 2020 11 minutes ago, William Freire said: An easy way to remove alarms from selected notes Your post has been merged with an ongoing discussion for this feature To indicate support, use the vote button at the top left corner of the discussion Link to comment
Idea
ejvandalen 0
I have 42 notes that I need to change the reminder date on. I have to do it to each one individually. I should be able to select them all and change them all at once.
Now that would be cool! Thanks guys. I love EN.
Link to comment
12 replies to this idea
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now