Plan Your Weekly Google Calendar Schedule
SkillProductivityThis skill lets your AI review your week in Google Calendar, find the open gaps, and add events to fill them. The outcome is a week where empty time slots become planned events instead of sitting unclaimed.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the skill, ask your AI to review your week in Google Calendar. It will find the open gaps and add events to fill them.
Then ask your AI: use the Plan Your Weekly Google Calendar Schedule skill
What your AI can do with it
- Review your week in Google Calendar
- Identify open gaps and empty time slots in your schedule
- Show you where your week has free time
- Add events to fill the empty slots
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-plan-weekly-schedule/SKILL.md and read by ahel’s review.
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Review your Google Calendar week, identify gaps, and add events to fill them.
Steps
- Check this week's agenda:
gws calendar +agenda - 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"}]}' - Add a new event:
gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00' - Review updated schedule:
gws calendar +agenda
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
recipe-plan-weekly-schedule- Source
- github.com/googleworkspace/cli