-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
View and Respond to .ics attachments (RFC 5546 support) #132
Comments
How do responses to invitations look like? |
They're basically emailed modified ics attachments. |
I do have this feature on the todo list, but it's not exactly high priority. This is actually specified in RFC 5546 |
I think @jasonwryan did something with iCalendar invites. |
Yes, a little perl and awk hacked together: http://jasonwryan.com/blog/2014/04/05/calendar/ |
Yeah I've seen two hacked up examples both of which work more or less :) I'd just like to see this polished up and included in something like khal :) I'll see if I can put together a PR |
@prologic Did you come up with something? |
I'm sorry I did not.
James Mills / prologic
E: [email protected]
W: prologic.shortcircuit.net.au
…On Tue, Dec 5, 2017 at 2:44 PM, Florian Klink ***@***.***> wrote:
@prologic <https://github.com/prologic> Did you come up with something?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#132 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABOv-mAz0GsXKHfJpijk2AuDBopomGBmks5s9cc_gaJpZM4DBjv->
.
|
@prologic No problem, just hoped to go the easy path :-D I already use |
@flokli Can you explain how you use khal printics for this ? |
@bepolymathe my mailcap file has the following line:
|
Thank you for your answer. This allows you to view the content of the.ics file but not to transfer it to Khal. "khal import" gives me a mistake. Can anyone import events into khal? |
So far, I only used it to display ics attachments, not import - which is a bit of a mess on its own, as |
I don't see why something like this script couldn't be rather easily incorporated into Khal. It is already in Python and gives a way to respond to invites (which it does not seem that Khal has at the moment or else this would be a closed issue). At the very least, it seems that the mailcap entry suggested above could be modified to be something like:
Then one would always see when an invite is attached and have the option to respond to it. To make it easy to do so, one could define a macro that selects the proper part of the multipart message which will activate the mailcap entry. |
For me, it doesn't work. save the.ics file temporarily + khal import + delete the file What do you think of that? |
Hi, I had quite some problems dealing with |
I have tried the mutt-ical script above and another one. Both produced email responses that neither Outlook nor Google would recognise as replies to the invite. With some minor adaptation i made the latter work. From my experiments it seems that you just need to build the right ICS file which you then attach to an email to the event organiser. Depending on scope, Khal could either just produce the ICS, or deal with sending the email. My working script is here for reference. I don't have much time to look into coding it into Khal, but i might do something over Christmas. |
Had a good laugh stumbling upon this thread dating back to... 2014, and which has been necrobumped several times now. My turn! Soon 10 years and we haven't come up with a proper solution within khal itself. I think khal itself should be configurable to send the email (assuming the existence of an already-configured MUA (Mail User Agent, e.g. msmtp, Thunderbird) that is capable of sending an email from the command line), produce the ICS file, and execute the command in a subprocess. What do you guys think? Maybe I can work something out in a PR (and hopefully not come back in 2 years when someone else necrobumps this thread, saying I switched back to Thunderbird) |
@tgy I'd love to see something like this. Have at it. In #1271 I added a new |
This might seem out of scope for khal but hopefully not.
This is the use-case:
There are several (only two actually that I've found)
such tools that integrate (somewhat) with mutt that
let one view and/or (maybe) respond to invitations.
Thoughts?
The text was updated successfully, but these errors were encountered: