Mutt ics
Simple viewer for ics in mutt
Ever received a meeting notification in an email? Ever wanted to have a quick glance at that `.ics` file and know what is that meeting about, where is it going to happen and who is participating? The project is written primarily in Python, distributed under the MIT License license, first published in 2011. Key topics include: ics, mutt, python.
Mutt ICS
Ever received a meeting notification in an email? Ever wanted to have a quick
glance at that .ics file and know what is that meeting about, where is it
going to happen and who is participating?
I did. So I made this little script.
Usage
The package is on PyPI so it is pip-installable, but I recommend using
uv.
After installing with
uv tool install mutt_ics
and making sure the mutt-ics executable is in your path, you should configure
mutt to use it to render ICS files. To do that, complete the following steps:
-
Add the following lines to your
.mailcapfile:text/calendar; mutt-ics; copiousoutput application/ics; mutt-ics; copiousoutput -
Add the following line to your
.muttrcfile:auto_view text/calendar application/ics -
For
multipart/alternativee-mails (which is what e.g. Outlook calendar generates),
you probably want to prefer thetext/calendarformat view instead of its textual
counterparts. For such settings add another line to the.muttrcconfig file:alternative_order text/calendar text/plain text/html
You're done. I guess. Maybe I forgot something. Please, file a ticket if I did.
Contributors
Showing top 6 contributors by commit count.
