Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I send a calendar invitation from command-line using Mutt?

I want to be able to send calendar invitations from command-line using Mutt. Any suggestions?

like image 330
Olle Härstedt Avatar asked Sep 19 '25 21:09

Olle Härstedt


1 Answers

You can use Calcurse to export an event

calcurse --export

copy-paste it into your Mutt email, and then change the content type to text/calendar using ctrl+t.

A more skilled Mutt user could probably create a neat macro for this.

like image 156
Olle Härstedt Avatar answered Sep 23 '25 11:09

Olle Härstedt