vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
1.37k stars 119 forks source link

Ability to drag drop from all day event to a specific time in timeGridWeek #382

Open benquan opened 1 week ago

benquan commented 1 week ago

When you drag an all day event in timeGridWeek and try to drop it in a specific time slot, the event only changes date. The eventStart property of the newly created event during eventDrop, only changes date. The time is still referenced as 00:00:00.

Would it be possible to show the time of where the user is clicking instead of just the new date?

vkurko commented 5 days ago

Dragging from the all-day section to the main section and back is not currently supported. But it could be implemented in future versions, perhaps through a separate setting?