
Recipe Plan Weekly Schedule
- 24.8k installs
- 30k repo stars
- Updated July 22, 2026
- googleworkspace/cli
Plan Your Weekly Google Calendar Schedule is a skill recipe that reviews weekly availability and fills scheduling gaps.
About
Plan Your Weekly Google Calendar Schedule is a recipe that reviews the week's calendar, identifies free time gaps, and adds events to fill them. Developers use this for automated schedule planning, time management optimization, and weekly planning workflows. It helps developers maximize focused work time.
- Review weekly calendar agenda and identify availability gaps
- Query free/busy status for entire week at once
- Add events to fill scheduling gaps automatically
Recipe Plan Weekly Schedule by the numbers
- 24,763 all-time installs (skills.sh)
- +814 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #62 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
recipe-plan-weekly-schedule capabilities & compatibility
- Capabilities
- calendar query · event creation
- Use cases
- project management · planning
What recipe-plan-weekly-schedule says it does
Review your Google Calendar week, identify gaps, and add events to fill them.
npx skills add https://github.com/googleworkspace/cli --skill recipe-plan-weekly-scheduleAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24.8k |
|---|---|
| repo stars | ★ 30k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 22, 2026 |
| Repository | googleworkspace/cli ↗ |
What it does
Plan Your Weekly Google Calendar Schedule is a recipe that reviews the week's calendar, identifies free time gaps, and adds events to fill them. Developers use this for automated schedule planning, t
Who is it for?
Weekly planning automation, time blocking, focused work scheduling
Skip if: Real-time calendar updates, complex recurring events
When should I use this skill?
Planning weekly schedule, need to identify free blocks, want to automate time blocking
What you get
Automatically identify free time blocks and add events for focused work
- Updated calendar with new events in identified free slots
By the numbers
- Ships with gws CLI metadata version 0.22.5
- Recipe workflow spans 3+ documented CLI steps including agenda and freebusy query
Files
Plan Your Weekly Google Calendar Schedule
PREREQUISITE: Load the following skills to execute this recipe: gws-calendarReview your Google Calendar week, identify gaps, and add events to fill them.
Steps
1. Check this week's agenda: gws calendar +agenda 2. Check free/busy for the week: gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}' 3. Add a new event: gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00' 4. Review updated schedule: gws calendar +agenda
Related skills
FAQ
What CLI commands does recipe-plan-weekly-schedule use?
recipe-plan-weekly-schedule starts with gws calendar +agenda for the week's events, then runs gws calendar freebusy query with JSON timeMin/timeMax bounds before creating new deep-work events in open blocks.
Which prerequisite skill is required?
recipe-plan-weekly-schedule requires the gws-calendar utility skill and the gws CLI binary. Load gws-calendar before executing the recipe steps.
Is Recipe Plan Weekly Schedule safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.