Install
openclaw skills install google-calendar-update-summaryAtomic node skill to exclusively update the summary (title) of a Google Calendar event.
openclaw skills install google-calendar-update-summaryThis skill allows the agent to update the summary (title) of an existing event in Google Calendar using the native CLI. It does NOT update times, locations, or attendees.
WHEN [The title or summary of an existing event needs to be modified]
THEN [Execute the native terminal command gog calendar update <calendarId> <eventId> --summary "..."]
{
"command": "gog calendar update primary event_id_123 --summary \"Updated Sync Meeting\" --json"
}
summary matches the requested string.A JSON object confirming the updated event details with the new summary.