Mutt khal

From wikinotes

Instructions for integrating khal into mutt.

Configuration

By default, import calendar events into khal.

# ~/.mutt/mailcap

text/calendar; khal import -a default; needsterminal;
application/ics; khal import -a default; needsterminal;

Force attachments to use mailcap when pressing enter (default m).
(Without this text/calendar files will show in pager, ignoring mailcap)

# ~/.mutt/muttrc

bind attach <return> view-mailcap

Sending Calendar Events

You cannot just send an invite.ics and expect the RSVP buttons to show up.
Email clients all work slightly differently.

See my notes here icalendar email integration