Version: unknown (using 4.2.00 (KDE 4.2.0), Kubuntu packages) Compiler: cc OS: Linux (i686) release 2.6.27-11-generic A good feature in kontact/calendar/kmail is the "send as iCalendar" option for the occurrences in the calendar. However, I would like the option to send an entry as attachment to an e-mail instead. Would be very nice if this was both ways, i.e. in calendar you had the option to send as icalendar attachment which would open a "send new mail" window with the ical-file ready as an attachment, and an option to "attach - calendar entry" in kmail when writing a message... This is how I imagine the feature implemented, yours might differ and might be even better :)
> 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