You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's possible to drag events around but is it possible to drag on empty slots to create an event? Or even drag on empty slots to trigger an action? Example from google calendar below. In google calendar, you hold onto a slot and drag down/up.
The text was updated successfully, but these errors were encountered:
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.
First off, great library!
I know it's possible to drag events around but is it possible to drag on empty slots to create an event? Or even drag on empty slots to trigger an action? Example from google calendar below. In google calendar, you hold onto a slot and drag down/up.
The text was updated successfully, but these errors were encountered: