HOWTO
EMAIL
VIEW CALENDAR ATTACHMENT IN A LINUX TERMINAL

Published: 20190120

Tested on:
OS: Ubuntu 16.04 (x86_64)
Software:

-

First - install vcal

mkdir ~/bin  
cd ~/bin  
wget https://waynemorrison.com/software/vcal  
chmod 0755 vcal  

Second - view the file

~/bin/vcal <calender_attachment_file>

-

Bonus - reading the attachment inside Alpine (the email client)
Tested on: Alpine 2.20 (Ubuntu stock)

text/calendar; ~/bin/vcal -all '%s' | less; needsterminal

You can now view the file from within Alpine.

When you're reading a mail that has a calendar attachment: