Week 1 gave you Gmail. Your Monday morning now has one less manual step. What's next on the ops checklist?
After the Gmail week, calendar scheduling is the biggest time sink. Every demo booking, every investor call — I create the calendar event manually and then add a follow-up task separately.
This week Python handles both. GOOGLECALENDAR_LIST_CALENDARS shows which calendars you have. GOOGLECALENDAR_FIND_EVENT surfaces upcoming events. GOOGLECALENDAR_CREATE_EVENT books a meeting. And GOOGLETASKS_INSERT_TASK adds the follow-up. By Day 14 those two manual steps — create event, add task — are one function call.
So every board call I schedule manually could just be a Python function call? I'm already thinking of three workflows.
Keep that energy — the capstone in Week 4 wires all of this together. This week is about building the individual pieces.
GOOGLECALENDAR_LIST_CALENDARSGOOGLECALENDAR_FIND_EVENTGOOGLECALENDAR_CREATE_EVENTGOOGLETASKS_LIST_TASK_LISTS + GOOGLETASKS_LIST_TASKSGOOGLETASKS_INSERT_TASKGoal: by Friday every board call and its follow-up task are one function call.
Create a free account to get started. Paid plans unlock all tracks.
Week 1 gave you Gmail. Your Monday morning now has one less manual step. What's next on the ops checklist?
After the Gmail week, calendar scheduling is the biggest time sink. Every demo booking, every investor call — I create the calendar event manually and then add a follow-up task separately.
This week Python handles both. GOOGLECALENDAR_LIST_CALENDARS shows which calendars you have. GOOGLECALENDAR_FIND_EVENT surfaces upcoming events. GOOGLECALENDAR_CREATE_EVENT books a meeting. And GOOGLETASKS_INSERT_TASK adds the follow-up. By Day 14 those two manual steps — create event, add task — are one function call.
So every board call I schedule manually could just be a Python function call? I'm already thinking of three workflows.
Keep that energy — the capstone in Week 4 wires all of this together. This week is about building the individual pieces.
GOOGLECALENDAR_LIST_CALENDARSGOOGLECALENDAR_FIND_EVENTGOOGLECALENDAR_CREATE_EVENTGOOGLETASKS_LIST_TASK_LISTS + GOOGLETASKS_LIST_TASKSGOOGLETASKS_INSERT_TASKGoal: by Friday every board call and its follow-up task are one function call.