Discuss anything related to web development but no technical support questions


Post by lxxrxns »

Hi there,

Say I have one week of scheduled events:

  • monday: event A
  • tuesday: event B
  • thursday: event C and D

Right now, if I multiselect A+B+C+D (holding the CTRL key), and I paste it on the NEXT week, all events will be pasted on monday.

How can I make it so that it pastes the events with the same amount of days between them (and in the same order) so that the 2nd week becomes a copy of the first week?

Thanks a lot for any help!

Laurens


Post by tasnim »

Hi,

It is not supported out of the box. But you should be able to achieve it by using some events and methods
You could use beforePaste and you can calculate the date of event records there
Docs https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventCopyPaste#event-beforePaste

Best regards,
Tasnim


Post Reply