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>
SubcommandPurpose
listList recent calendar invites
backfillBackfill invite rows from already stored message bodies
helpPrint this message or the help of the given subcommand(s)
FlagDescription
-h, --helpPrint 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]
FlagDescription
--account <ACCOUNT>
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

List recent calendar invites

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