maton google-calendar event update

maton google-calendar event update <event-id> [flags]

PATCH an event. Use the typed flags for common edits, or –body for arbitrary JSON. Only the fields supplied are changed; everything else is preserved server-side.

Options

--body <string>
JSON object of fields to patch (escape hatch when typed flags don't cover it)
-c, --calendar <string>
Calendar ID (required)
--connection <string>
Connection ID to route through (Maton-Connection header)
--description <string>
New event description/body
--dry-run
Print the request that would be sent without executing it
--end <string>
New end time, RFC 3339
--format <string>
Output format: 'json' (default) or 'text' on supported commands
-q, --jq <expression>
Filter JSON output using a jq expression
--location <string>
New event location
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--send-updates <string>
Notify attendees: all|externalOnly|none
--start <string>
New start time, RFC 3339
--summary <string>
New event summary/title
--template <string>
Format JSON output using a Go template; see "maton help formatting"

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton google-calendar event update evt-1 -c primary --summary 'New title'
$ maton google-calendar event update evt-1 -c primary --start 2026-06-17T10:00:00Z --end 2026-06-17T10:30:00Z
$ maton google-calendar event update evt-1 -c primary --body '{"colorId":"5"}'

See also