In calendar view, you can move entries to different dates by dragging them. I was wondering if you could add this feature where by pressing ctrl while dragging would make a copy/duplicate entry to another date. Thank you.
Nice idea! Don't know if and how easy that would be, but when I work at the calendar the next time, I will give it a try.
I'd like to explore this feature ... @kevinpapst can you direct me to the code where can i make a try ?
The calendar can be found here:
https://github.com/kevinpapst/kimai2/blob/master/templates/calendar/user.html.twig#L59
This is still an older version. I plan to update to the upcoming v5:
https://fullcalendar.io/blog/2020/02/changes-in-the-upcoming-v5
So the current code needs to be rewritten. But nevertheless, please give it a try!

Besides coping Entry, for the future development could be interesting to have 'last activities' somewhere in calendar view to drag and drop data, like in this demo of fullcalendar.
Hello,
maybe you can make a copy when you are in the edit window, then you have a dupplicate entry what you can move...
thanks
Most helpful comment
Nice idea! Don't know if and how easy that would be, but when I work at the calendar the next time, I will give it a try.