Drag on slots to create an event
mikeyyyzhao opened this issue · 3 comments
mikeyyyzhao commented
JonasWanke commented
Unfortunately, long press + drag on the background is not yet supported. You might, however, be able to implement something similar to Google Calendar: After the user taps on the background, create a special event for that time and display it using a special widget. This could be wrapped in a PartDayDraggableEvent
, and have additional drag handles at the top and bottom to adjust the start or end time individually.
mikeyyyzhao commented
Thank you @JonasWanke ! Will give that a try
Musta-Pollo commented
Little late :D, but have you managed to do it, @mikeyyyzhao?