angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 729 forks source link

Create re sizable event on cell select event in weekview. #430

Open TejasCMehta opened 7 years ago

TejasCMehta commented 7 years ago

Hi,

I am trying to create re sizable event when any user click on cell it should be automatically created with resistible icon. I did that but when I try to resize event with it end time it give error.

fullcalendar.js:9596 Uncaught TypeError: Cannot read property 'clone' of undefined

Please let me know how to create re sizable event on cell select.

peterver commented 7 years ago

please provide some more information, such as code snippets to allow me to take a look and see what the problem might be :]