nhn / toast-ui.vue-calendar

Toast UI Calendar for Vue
MIT License
195 stars 54 forks source link

How to drag and stretch this tasks. #15

Closed xiaomao996688 closed 5 years ago

xiaomao996688 commented 5 years ago

image Which method should be used?

dongsik-yoo commented 5 years ago

Use the mouse or see updateSchedule function for programmatically updating a event.

xiaomao996688 commented 5 years ago

Use the mouse or see updateSchedule function for programmatically updating a event.

image Which property controls dragging? Which property controls stretching? image

dongsik-yoo commented 5 years ago

Modify start and end to drag. Modify end to stretch it. Thank you.

xiaomao996688 commented 5 years ago

Modify start and end to drag. Modify end to stretch it. Thank you. How do I get e.schedule.end and e.schedule.start after clicking Stretch? image

dongsik-yoo commented 5 years ago

Please see the API document. https://nhnent.github.io/tui.calendar/latest/Calendar.html#event:beforeUpdateSchedule

xiaomao996688 commented 5 years ago

Please see the API document. https://nhnent.github.io/tui.calendar/latest/Calendar.html#event:beforeUpdateSchedule thank you for helping me, thanks for your guidance.

dongsik-yoo commented 5 years ago

If you have any question or another issue, please make a new issue. I close this. Thank you.