Copy events via ctrl, drag & drop
See original GitHub issueOriginally reported on Google Code with ID 587
Hi there,
It would be really nice if we could have a copy drag and drop function. So if you hover
over an event and press <CTRL> you get a floating version of it that you can drop on
another slot within the calendar. We could do call backs via eventCopyDragStart etc...
that would be really nice .... please ;)
PS Thanks for all the great work!
Reported by spiro.stathakis
on 2010-08-04 18:17:24
Imported with 9 stars.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:13
- Comments:28 (9 by maintainers)
Top Results From Across the Web
How to Copy Events Using Context Menu, Ctrl-Drag & Drop, or ...
Copy an event to the same sub-calendar. Option 1: Use the context-menu; Option 2: Ctrl- or cmd-drag and drop · Copy an event...
Read more >How to copy events via ctrl, drag & drop in FullCalendar v5
I have a minimal solution that works. It consists in cloning the moved event at its original date if the Ctrl key is...
Read more >Fullcalendar copy events via ctrl, drag & drop - CodePen
Allows copying events in Fullcalendar using ctrl, drag & drop....
Read more >Drag-and-Drop Operations and Clipboard Support
You can also implement user cut/copy/paste support and user data transfer to the Clipboard within your Windows-based applications by using ...
Read more >Is it possible to drag duplicate an event in day/week view, by ...
I would like to do this in "week view" by dragging the event to a ... events to multiple dates in a few...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Using React I reached the point where I can copy the event with Ctrl pressed but during drag the source event disappears. Does anyone have this working on React? Is there a way to prevent source event from disappearing during dragging?
@janstp You can use the CMD key on Mac. Last time I checked, this worked fine in the CodePen, without making any changes to the code.