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>
SubcommandPurpose
showShow the calendar invite attached to one message
replyReply to a calendar invite
helpPrint this message or the help of the given subcommand(s)
FlagDescription
-h, --helpPrint 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>
FlagDescription
<MESSAGE_ID>
<ACTION>[possible values: accept, tentative, decline]
FlagDescription
--account <ACCOUNT>
--dry-run
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Show the calendar invite attached to one message

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