Summary: | send ical-file as attachement | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Yngve Levinsen <yngve> |
Component: | invitations | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | gjditchfield |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yngve Levinsen
2009-02-02 14:37:14 UTC
> However, I would like the option to send an entry as attachment to an e-mail
> instead.
Sorry for not being precise, I do not mean instead, I mean as an additional option. Also, I don't see the need for both "solutions", it is merely my two suggestions. And I don't see how one rule out the other, but I am not a developer so I leave details to you.
Currently you can drag from the Agenda view to a KMail composer or to the Mail icon in the Kontact sidebar to create an attachment, but you can't drag from the Month view. A possibly relevant merge request was started @ https://invent.kde.org/pim/eventviews/-/merge_requests/75 Git commit f734e33a0c88c6462a36793ac64b4fc435a48cf0 by Glen Ditchfield, on behalf of Glen Ditchfield. Committed on 19/08/2022 at 18:23. Pushed by gditchfield into branch 'release/22.08'. Allow drag-and-drop from the Month View Allow drags from the Month View to, e.g., a KMail composer. The MonthScene uses an invalid QDate to announce a drag outside of the calendar grid, and the IncidenceMonthItem cancels the move-in-progress and creates a QDrag. M +18 -4 src/month/monthitem.cpp M +6 -0 src/month/monthitem.h M +14 -5 src/month/monthscene.cpp https://invent.kde.org/pim/eventviews/commit/f734e33a0c88c6462a36793ac64b4fc435a48cf0 |