Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag on slots to create an event #109

Open
mikeyyyzhao opened this issue Aug 23, 2021 · 3 comments
Open

Drag on slots to create an event #109

mikeyyyzhao opened this issue Aug 23, 2021 · 3 comments
Labels
T: Feature Type: :tada: New Features

Comments

@mikeyyyzhao
Copy link

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.

IMG_BFA77077B745-1

@mikeyyyzhao mikeyyyzhao added the T: Feature Type: :tada: New Features label Aug 23, 2021
@JonasWanke
Copy link
Owner

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
Copy link
Author

Thank you @JonasWanke ! Will give that a try

@Musta-Pollo
Copy link

Little late :D, but have you managed to do it, @mikeyyyzhao?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Feature Type: :tada: New Features
Projects
None yet
Development

No branches or pull requests

3 participants