recipe-plan-weekly-schedule▌
googleworkspace/cli · updated Apr 8, 2026
Review your Google Calendar week, identify gaps, and add events to fill them.
- ›Requires the gws-calendar skill to execute; works with your primary Google Calendar
- ›Workflow includes four steps: view weekly agenda, query free/busy slots, insert new events, and review the updated schedule
- ›Supports event creation with customizable summary, start time, and end time parameters
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Plan Your Weekly Google Calendar Schedule</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-calendar</code></p>\n</blockquote>\n<p>Review your Google Calendar week, identify gaps, and add events to fill them.</p>\n<h2>Steps</h2>\n<ol>\n<li>Check this week's agenda: <code>gws calendar +agenda</code></li>\n<li>Check free/busy for the week: <code>gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}'</code></li>\n<li>Add a new event: <code>gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00'</code></li>\n<li>Review updated schedule: <code>gws calendar +agenda</code></li>\n</ol>"}}]