Hi
I use the fullcalendar-package to plan work over various resources (person). That works very well so far.
Now I’d like to use the drag & drop-feature to create new calendar-events. So I use a data grid where the user can filter for work that isn’t already assigned to anyone. Now it should be possible to drag this datagrid-item on the calendar and a wizzard should open, so the user could check and complete the event.
I’ve already achieved to make the datagrid-item draggable (set dndSource to true) but failed to define the calendar as the target to drop to. I’ve already set the options “editable” and “droppable” on the calendar to true, but still couldn’t drop on the calendar.
Is there anything else I have to configure?
Thanks for any suggestions.
Best, Roland