How do I send calendar invitations from the command line using Mutt?


Olle Härstedt

I would like to be able to send calendar invitations from the command line using Mutt. Any suggestions?

Olle Härstedt

You can export events using Calcurse

calcurse --export

Copy-paste it into your Mutt email and change the content-type to text/calendaruse ctrl+ t.

More skilled Mutt users might be able to create a neat macro for this.

Related


How can I run a mutt macro at startup (from the command line)?

username For example: mutt -e '<limit>all\\n', resulting in: Error in command line: <limit>all\n: unknown command Press any key to continue... How does mutt interpret it correctly? (I've also tried similar variations mutt -e 'macro index "<limit>all\\n"'.) Pu

How can I run a mutt macro at startup (from the command line)?

username For example: mutt -e '<limit>all\\n', resulting in: Error in command line: <limit>all\n: unknown command Press any key to continue... How does mutt interpret it correctly? (I've also tried similar variations mutt -e 'macro index "<limit>all\\n"'.) Pu

How do I specify a calendar to save email meeting invitations?

Scott Mitchell I am using Outlook2013. I used to have only one calendar, and whenever someone sent me a meeting invitation (via .icsan attachment), I just double-clicked the attachment, then clicked the "Copy to Calendar" button, and it copied to my calendar.

How do I specify a calendar to save email meeting invitations?

Scott Mitchell I am using Outlook2013. I used to have only one calendar, and whenever someone sent me a meeting invitation (via .icsan attachment), I just double-clicked the attachment, then clicked the "Copy to Calendar" button, and it copied to my calendar.

Send invitations using the Google Calendar API

Fabian Lurz I have a Java Spring API in which I want to integrate Google Calendar. Task: Basically create an event for two participants (users) and send them an invite (with an option to accept/decline) (standard GCalendar invite) I tried the following example

Send invitations using the Google Calendar API

Fabian Lurz I have a Java Spring API in which I want to integrate Google Calendar. Task: Basically create an event for two participants (users) and send them an invite (with an option to accept/decline) (standard GCalendar invite) I tried the following example

Send invitations using the Google Calendar API

Fabian Lurz I have a Java Spring API in which I want to integrate Google Calendar. Task: Basically create an event for two participants (users) and send them an invite (with an option to accept/decline) (standard GCalendar invite) I tried the following example

How do I send Trustpilot invitations through the Trustpilot API?

Tintin 81 In our application, we use this API call to retrieve our average rating and display it on our website: https://api.trustpilot.com/v1/business-units/{{BUSINESS_UNIT_ID}}/?apikey={{API_KEY}} This works great. Now, if we want to send an invitation to o

mutt send mail from command line with headers in text file

MetNP mutt can also send mail from the command line with no command line arguments, subject, cc, bcc, reply-to-reply or internal reply are all defined in the mail.txt file with the message body (same as mutt The file format can also be opened) when I press m t

mutt send mail from command line with headers in text file

MetNP mutt can also send mail from the command line with no command line arguments, subject, cc, bcc, reply-to-reply or internal reply are all defined in the mail.txt file with the message body (same as mutt The file format can also be opened) when I press m t

How do I get Cj to send newlines in the tmux command line?

Sam I'm already a big fan of using C-jinstead of <ENTER>sending newlines. Unfortunately, in the tmux command line ( which is invoked by prefix-:default ) C-j, even set -gw status-keys emacsputting in does nothing ~/.tmux.conf. (Note that it C-jsends newlines f

How do I get Cj to send newlines in the tmux command line?

Sam I'm already a big fan of using C-jinstead of <ENTER>sending newlines. Unfortunately, in the tmux command line ( which is invoked by prefix-:default ) C-j, even set -gw status-keys emacsputting in does nothing ~/.tmux.conf. (Note that it C-jsends newlines f

How to set Mutt's Fcc field from command line?

username I want to send certain messages in Mutt with an empty Fcc field (so that no local copy of the sent message is stored). According to Mutt's man page , there are no command line switches for this. Is there any way to achieve this? js There is a configur

Send body content and calendar invitations in email

Josue Guzman I'm trying to send an email with a calendar invitation and HTML body content, but I can't seem to add both to the email object to be sent via SendGrid I can send the calendar invitation and HTML body content separately, but not together. function

Automatically send emails with calendar invitations in Java

Akshay Bhat I want to send a mail with both the calendar invite and the mail body with the html content, I tried the following code, but the sent mail has the html content as a file attachment, can someone tell me where I am going wrong public class MailSend

Send body content and calendar invitations in email

Josue Guzman I'm trying to send an email with a calendar invitation and HTML body content, but I can't seem to add both to the email object to be sent via SendGrid I can send the calendar invitation and HTML body content separately, but not together. function