Calendar sync app
Copy events from an Outlook or Google shared calendar to my Google primary calendar. This is useful because the Google Home speaker only lists events from my primary calendar.
crontab
Schedule this script to run once a day at 5am.
0 5 * * * cd /home/user/google-calendar/ && node index.js
Google cloud setup
- Log into https://console.cloud.google.com/
- Create a new project
- Go to API & Services and then Credentials