Install
openclaw skills install google-calendar-update-eventAtomic node skill to update a Google Calendar event using the gog CLI.
openclaw skills install google-calendar-update-eventThis skill allows the agent to update an existing event in Google Calendar using the native CLI.
WHEN [An existing event needs to be modified or rescheduled]
THEN [Execute the native terminal command gog calendar update <calendarId> <eventId> --summary "..." --from "..." --to "..."]
{
"command": "gog calendar update primary event_id_123 --summary \"Updated Sync Meeting\" --json"
}
A JSON object confirming the updated event details.