The two scripts used in my shortcut to create a daily schedule for tasks from Things Today list.
- Get Today's Tasks.scpt is the AppleScript that gets today's tasks from Things in a format of "title:xxx tags:xxx", one task per line.
- things_schedule.py is the Python script which parses those tasks and builds a schedule and HTML report and then opens it in the browser.