Can you make a reminders list automatically open from a calendar appointment

I am trying to bloc schedule my time in work.

I have set my calendar up in different block during the day and have different tasks lists for each block.

I have been trying to find a way to make the different reminders lists open when ever the calendar appointment shows what I should be doing during that time.

E.g I have a calendar appointment to work on marketing from 9.30 to 10.30 I would then like that calendar appointment to automatically open the reminders list for marketing.

Does anyone know if this is possible or any ideas of how yous are splitting up your tasks for block scheduling.

Thanks in advanced for any help.

Take a look at this article.

If you can create something then to open and navigate to your reminders list, you should be set.

It’s untested, but maybe some AppleScript like this in a script file would do the trick?

tell application "Reminders"
    set listShow to list "My Special List"
    show listShow
    activate listShow
end tell

Hope that helps.

Thanks so much, I have put that apple script into automator workflow. But when I set the calendar to open the automator workflow it just actually opens automator instead of running the workflow.

Am I being stupid here but I cant make the automator workflow automatically run

What happens if you make it an application?

Hi

That fixed it. I was making it a workflow instead of an application

Thanks :grinning: