Is there anyway to copy and paste or another way to or duplicate an event?
Hello,
Please check
scheduler\samples\03_extensions\07_navigation_plugin.html
sample. Select event on day/week view -> Ctrl-C -> Ctrl-V
Kind regards,
Ilya
I am actually only using a timeline and matrix view. would this still apply? thanks
Hello,
Unfortunately no.
If you are quite experienced in javascript you can check extension source code and do something similiar for matrix and timelines views:
- store event_id in onClick event
- if CtrlC pressed - get event object and copy it’s properties to the new object
- if CtrlV pressed - add new event with the stored properties
Kind regards,
Ilya