Bug 226950 - Creating an event for multiple days could be easier
Summary: Creating an event for multiple days could be easier
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: SVN trunk (KDE 4)
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2010-02-15 10:21 UTC by András Manţia
Modified: 2023-02-15 09:07 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description András Manţia 2010-02-15 10:21:17 UTC
I tried to create an event for multiple consecutive days: in the calendar (month view) I selected the dates, they were marked as selected, right click on it=> the selection has gone, and in the New Event the start/end date was the date of the last selected day.
 Expected behavior: the start date is the lowest date in the selection, the end date is the latest date.
 Left clicking on a date and then right clicking on another even shows some selection, making the UI more confusing.
Comment 1 Kevin Funk 2014-05-10 08:30:20 UTC
I think this should be given a higher priority. It'd be really useful.

Every new release I'm trying to do exactly that, hoping that it got finally implemented by someone. :)
Comment 2 Sergio Martins 2014-05-12 20:14:04 UTC
Can anyone select more than one day in month view? I can't.

Probably something changed since the initial report.
Comment 3 Kevin Funk 2014-05-12 20:38:20 UTC
That works for me. Note that the author probably meant the month view in the side bar. There, selecting multiple days via "press, hold and move" works.
Comment 4 Sergio Martins 2014-05-13 18:11:07 UTC
The date navigator then. So if the selection didn't disappear when you left click->new event would everyone be happy ?

Looks easy to do for the date navigator, while for the month view it would be a lot more complicated.
Comment 5 András Manţia 2014-05-13 18:51:00 UTC
I'd be happy with what I wrote: you select a set of days, right click, New Event and the Start/End is filled properly with the selected dates.
Comment 6 Mathias Tillman 2014-09-05 08:41:20 UTC
I think this is working in KDE 4.14. At least I am able to select multiple days in the calendar view to the left, and it sets the start and end dates properly.
Comment 7 Denis Kurz 2016-09-21 09:08:46 UTC
This is not implemented as of korganizer 5.3.1.
Comment 8 András Manţia 2023-01-24 12:00:38 UTC
13 years later the situation is the same.
Comment 9 Bug Janitor Service 2023-02-09 04:33:11 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/korganizer/-/merge_requests/91
Comment 10 Bug Janitor Service 2023-02-11 13:59:23 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/korganizer/-/merge_requests/92
Comment 11 infiniteverma 2023-02-14 20:51:35 UTC
Git commit a3ee82f497e7091ef10d77794ee3d4822dd53ad0 by Anant Verma.
Committed on 11/02/2023 at 13:55.
Pushed by winterz into branch 'release/22.12'.

create event with range selected in date navigator

M  +4    -1    src/calendarview.cpp
M  +1    -1    src/datenavigatorcontainer.h
M  +3    -4    src/kodaymatrix.cpp
M  +2    -2    src/kodaymatrix.h
M  +1    -1    src/widgets/kdatenavigator.h

https://invent.kde.org/pim/korganizer/commit/a3ee82f497e7091ef10d77794ee3d4822dd53ad0
Comment 12 András Manţia 2023-02-15 09:07:14 UTC
Thank you!