Jump to content

cbourg

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by cbourg

  1. I figured out what the problem was! I had my default list nested in a folder in the Reminders app. After moving the default list out of a folder the workflow started to work properly. 

    When I run:

    tell application "Reminders"
    	get name of default list
    end tell

    The default list comes up as "Inbox", which is right.

     

    I'm happy to keep my default list out of folders to ensure this works properly. I will say that I'm not able to selectively input reminders to specific lists that are nested in folders right now. Not a huge deal at all! (But something I wanted to share)

  2. 15 hours ago, Acidham said:

    1. Is Alfred raising some issues in Debug Console? Open Alfred Preference  → Search for Apple Reminders workflow → click on the small bug top right corner →  execute workflow. Please post result in case you encounter an issue.

    2. Execute following script in ScriptEditor. Open Script Editor (e.g. with Alfred of Spotlight), copy&paste the following and execute it by pressing CMD-Rows an error. 

     

    1. Here is the result! 

    [08:56:22.626] Logging Started...
    [08:59:05.291] Apple Reminders[Keyword] Processing complete
    [08:59:05.293] Apple Reminders[Keyword] Passing output 'test 2' to Arg and Vars
    [08:59:05.294] Apple Reminders[Arg and Vars] Processing complete
    [08:59:05.294] Apple Reminders[Arg and Vars] Passing output '' to Keyword
    [08:59:05.425] Apple Reminders[Keyword] Processing complete
    [08:59:05.427] Apple Reminders[Keyword] Passing output '' to Arg and Vars
    [08:59:05.427] Apple Reminders[Arg and Vars] Processing complete
    [08:59:05.428] Apple Reminders[Arg and Vars] Passing output '' to Keyword
    [08:59:05.556] Apple Reminders[Keyword] Processing complete
    [08:59:05.558] Apple Reminders[Keyword] Passing output '' to Arg and Vars
    [08:59:05.558] Apple Reminders[Arg and Vars] Processing complete
    [08:59:05.559] Apple Reminders[Arg and Vars] Passing output '' to Keyword
    [08:59:06.656] Apple Reminders[Keyword] Processing complete
    [08:59:06.659] Apple Reminders[Keyword] Passing output '' to Arg and Vars
    [08:59:06.660] Apple Reminders[Arg and Vars] Processing complete
    [08:59:06.660] Apple Reminders[Arg and Vars] Passing output '' to Arg and Vars
    [08:59:06.661] Apple Reminders[Arg and Vars] Processing complete
    [08:59:06.662] Apple Reminders[Arg and Vars] Passing output 'test 2;;;' to Run NSAppleScript
    [08:59:06.866] ERROR: Apple Reminders[Run NSAppleScript] {
        NSAppleScriptErrorAppName = Reminders;
        NSAppleScriptErrorBriefMessage = "Can\U2019t get list \"Inbox\".";
        NSAppleScriptErrorMessage = "Reminders got an error: Can\U2019t get list \"Inbox\".";
        NSAppleScriptErrorNumber = "-1728";
        NSAppleScriptErrorRange = "NSRange: {3276, 66}";
    }
    [08:59:06.875] Apple Reminders[Run NSAppleScript] Processing complete
    [08:59:06.875] Apple Reminders[Run NSAppleScript] Passing output '' to Post Notification

     

    2. Executing the script in ScriptEditor worked! I see that "test" was logged in my default folder

  3. 3 hours ago, Acidham said:

    Let's start with that: Did you visit Preferences → Privacy →  Reminders and set checkmark on Alfred 4.app ?

     

    Yep! Not sure why the reminders won't log.. When the Reminders app is closed and I run the Alfred workflow, the Reminders app will open but no new reminders will be set

  4. 8 hours ago, Acidham said:


    Yep, try it and you will see...

     

    It's not working for me :( New reminders don't show up in any lists (or the default list). Not sure if any of this matters but I'm on 10.15 not 10.15.2. Would really appreciate any suggestions you may have!

×
×
  • Create New...