Install
openclaw skills install google-calendar-find-eventAtomic node skill to search for events in Google Calendar using the gog CLI.
openclaw skills install google-calendar-find-eventThis skill allows the agent to search for events in Google Calendar within a specific time range using the native CLI.
WHEN [Requested to find events or check schedule for a specific period or subject]
THEN [Execute the gog tool with the args parameter]
CRITICAL RULE: Do NOT use the --subject flag, it does not exist. To search for a specific title or subject, you MUST use the --query "Search Term" flag.
{
"args": "calendar events primary --from \"2026-04-26T00:00:00Z\" --to \"2026-04-26T23:59:59Z\" --query \"Meeting Title\" --json"
}
A JSON array of event objects matching the criteria.