🧪 Skills
Recipe Plan Weekly Schedule
--- name: recipe-plan-weekly-schedule version: 1.0.0 description: "Review your Google Calendar week, identify gaps, and add events to fill them." metadata: openclaw: category: "recipe" domai
v1.0.0
Description
name: recipe-plan-weekly-schedule version: 1.0.0 description: "Review your Google Calendar week, identify gaps, and add events to fill them." metadata: openclaw: category: "recipe" domain: "scheduling" requires: bins: ["gws"] skills: ["gws-calendar"]
Plan Your Weekly Google Calendar Schedule
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
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!