Drag and Drop in calendar events is a cool feature . I have a scenario in which my calendar has events from multiple source tables meaning I have start date and due date from some core application tables. I also have an event table specifically for events which is not directly related to the application specific dates ( such as training , meeting, reservation etc). I have used Union to display all in the calendar source query
When I enabled the drag and drop I wrote update SQL for the event table only. The drag and drop works fine for the items in the event table . For application events , I can drag and move the event to a new date , but it will not actually move because there is no SQL for the update . For Application events I dont want drag and drop at all. Even though the date is not being changed, I still can drag and drop these application events to other date slots and when the calendar refreshes it comes back to the original date. this is confusing to the user . So how can I stop these application evens from being dragged . ? means even if I drag, it should not move from that date slot.
I am on apex 5.1.3 (hosted) , Oracle database 12c Standard edition, Desktop WIndows 10 PC, Chrome browser
Thanks
George