maton google-calendar event create

maton google-calendar event create [flags]

Create a single event on a calendar (defaults to “primary”). Use –meet to attach a Google Meet conference link; the underlying conferenceData.createRequest is given a deterministic request ID derived from the event payload, so re-running the same command won’t create duplicate Meet rooms.

Options

--attendee <stringArray>
Attendee email (repeatable)
-c, --calendar <string> (default "primary")
Calendar ID
--connection <string>
Connection ID to route through (Maton-Connection header)
--description <string>
Event description/body
--dry-run
Print the request that would be sent without executing it
--end <string>
End time, RFC 3339 (required)
--format <string>
Output format: 'json' (default) or 'text' on supported commands
-q, --jq <expression>
Filter JSON output using a jq expression
--location <string>
Event location
--meet
Attach a Google Meet conference link
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--send-updates <string>
Notify attendees: all|externalOnly|none
--start <string>
Start time, RFC 3339 (required), e.g. 2026-06-17T09:00:00-07:00
--summary <string>
Event summary/title (required)
--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)

ALIASES

maton google-calendar events insert, maton google-calendar event insert

Examples

$ maton google-calendar event create --summary 'Standup' --start 2026-06-17T09:00:00Z --end 2026-06-17T09:30:00Z
$ maton google-calendar event create --summary 'Review' --start ... --end ... --attendee alice@example.com --attendee bob@example.com
$ maton google-calendar event create --summary 'Demo' --start ... --end ... --meet

See also