Skip to content

mxr invites

Generated from mxr invites --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

List calendar invites found in email

mxr invites <COMMAND>
Subcommand Purpose
list List recent calendar invites
backfill Backfill invite rows from already stored message bodies
help Print this message or the help of the given subcommand(s)
Flag Description
-h, --help Print help

List calendar invites found in stored mail, or backfill invite rows after upgrading.

Terminal window
mxr invites list --limit 20
mxr invites list --format jsonl | jq -r '.message_id'
mxr invites backfill --format json

Backfill invite rows from already stored message bodies

mxr invites backfill [OPTIONS]
Flag Description
--account <ACCOUNT>
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help

List recent calendar invites

mxr invites list [OPTIONS]
Flag Description
--limit <LIMIT> [default: 50]
--account <ACCOUNT>
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help