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
[mu4e rfe] Create calendar invitation #2308
Comments
|
Would be useful -- if |
|
Or maybe Org has some support and we could reuse that too. |
|
Please research and share your findings! |
|
if `gnus` has support we might be able re-use that;
otherwise, it'd be a big job!
Maybe Org has some support too, which could be used.
|
|
I have been thinking about the same functionality. Here is a prototype. In an draft Messages buffer, insert some text in the middle of your message like: and then mark that region and run the following defun which will then attach an .ics event. I've verified that Outlook on the web can parse this ics and save it to the online outlook calendar. What doesn't yet work is the gnus-icalendar code; it marks it as such: and hitting the uninvited accept button generates the message: So, work in progress. Feedback welcome! |
|
I was about to try your code and found some code that I already had in my config. It has been there since before 2013. I am not sure where I got it from, however, so I cannot give proper attribution. I had to update it slightly to work with message mode currently. It seems to work from my limited testing. Given the lack of provenance information, I don't know whether it should be used directly but you could definitely get some ideas for updating your code maybe? |
|
Thanks Eric. I'll rewrite and then we can GPL it. |
|
Is the code at the pastebin link above meant to work with current message mode? I had trouble using it in mu4e message mode as is. I see the note above: "I had to update it slightly to work with message mode currently." If there is any progress towards this, I am happy to help test. I use mu4e with org mode and regularly receive ics invitations from folks at my university which works great. I save the invitations to org and then org-caldav syncs my org agenda with my nextcloud calendar). It would be nice to be able to /send/ invitations based on my org events with timestamps. |
Now that we can view and accept calendar invitations in mu4e, it would be nice to be able to generate them, using mu4e and the Org-style calendar interface for scheduling.
The text was updated successfully, but these errors were encountered: