I’ve created a little hodge-podge of scripts which has become really useful! I’m using swift and things.sh to help autofill stuff already in my calendar and task manager for the day.
There’s 3 scripts:
- Retrieving today’s events from calendar
- Retrieving today’s tasks from Things 3
- Combining together
To give an output like:
# March 1, 2021
## Calendar Events
- COVID-19 Testing Appointment 9:15AM-9:30AM
- Daily Standup 3:00PM-3:30PM
## Tasks
- Continue work on swing land: Capstone [link](things://show?id=...)
and from there I can use a single file to manage my day, journal, etc.