Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Release v0.9.1
What This Skill Does
Routes calendar operations to two sub-skills: one for datetime and timezone work, one for full scheduling against real calendars. Works with Google Calendar, Outlook, and CalDAV. Provides 18 tools covering availability checking, event listing, free slot finding, and booking.
Atomic Two-Phase Commit booking prevents double-booking when merging availability across multiple calendar providers in a single operation.
When to use it
- Finding open time across multiple calendars before proposing a meeting
- Booking a 1:1 with a colleague without leaving the chat interface
- Converting a call time between timezones for a cross-region team
- Checking a contact's public availability before sending an invite
- Scheduling a recurring weekly sync while verifying no existing conflicts
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Schedule a meeting with jane@example.com next Tuesday at 2pm
- 1Calls get_temporal_context to determine the current date and active timezone
- 2Calls resolve_datetime to convert 'next Tuesday at 2pm' to an exact timestamp
- 3Calls list_calendars to discover which calendars are connected
- 4Calls check_availability to verify no conflicts exist at the resolved time
- 5Presents booking details to the user, then calls book_slot on confirmation
Meeting booked for Tuesday at 2pm with jane@example.com, added to the connected calendar
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.