Skip to content

mxr invite

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

Inspect and respond to calendar invites in email

mxr invite <COMMAND>
Subcommand Purpose
show Show the calendar invite attached to one message
reply Reply to a calendar invite
help Print this message or the help of the given subcommand(s)
Flag Description
-h, --help Print help

Inspect one email calendar invite and send an iMIP RSVP only after a dry-run preview. See calendar invites for the full flow.

Terminal window
mxr invite show MESSAGE_ID --format json
mxr invite reply MESSAGE_ID accept --dry-run --format json
mxr invite reply MESSAGE_ID tentative --dry-run
mxr invite reply MESSAGE_ID decline --dry-run

Reply to a calendar invite

mxr invite reply [OPTIONS] <MESSAGE_ID> <ACTION>
Flag Description
<MESSAGE_ID>
<ACTION> [possible values: accept, tentative, decline]
Flag Description
--account <ACCOUNT>
--dry-run
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help

Show the calendar invite attached to one message

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