maton outlook event list
List events from a calendar (default: primary calendar)
maton outlook event list [flags]
Options
-
--calendar <string> - Calendar ID (default: primary calendar)
-
--connection <string> - Connection ID to route through (Maton-Connection header)
-
--dry-run - Print the request that would be sent without executing it
-
--filter <string> - OData $filter expression (e.g. "start/dateTime ge '2026-01-01'")
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json - Output raw JSON
-
--orderby <string> - OData $orderby (e.g. start/dateTime)
-
--paginate - Follow next_cursor and concatenate all pages (list commands only)
-
--select <string> - Comma-separated fields (e.g. subject,start,end)
-
--skip <string> - Number of results to skip (pagination)
-t,--template <string>- Format JSON output using a Go template; see "maton help formatting"
-
--top <string> (default "10") - OData $top — max results per page
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
Examples
$ maton outlook event list
$ maton outlook event list --calendar AQMk... --top 50
$ maton outlook event list --filter "start/dateTime ge '2026-05-01'" --orderby "start/dateTime"
$ maton outlook event list --paginate