Install
openclaw skills install google-calendar-update-timeAtomic node skill to exclusively update the start and end time of a Google Calendar event.
openclaw skills install google-calendar-update-timeThis skill allows the agent to update the start and end times of an existing event in Google Calendar using the native CLI. It does NOT update the title, location, or attendees.
WHEN [The start or end time of an existing event needs to be modified or rescheduled]
THEN [Execute the native terminal command gog calendar update <calendarId> <eventId> --from "..." --to "..."]
{
"command": "gog calendar update primary event_id_123 --from \"2026-04-28T10:00:00Z\" --to \"2026-04-28T11:00:00Z\" --json"
}
start and end times match the requested strings.A JSON object confirming the updated event details with the new start and end times.