-
Notifications
You must be signed in to change notification settings - Fork 837
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
Resize(Start or End) Appointment in Scheduler #1833
Comments
What do you think? Could you implement this promptly? I have a bit of code that already adjusts the cursor but for the time being can only pull the left-right and the appointment into the length, you certainly have to rework it. It doesn't snap into the grid and nothing happens with the time of the appointment :( |
I am afraid not. This isn't a trivial feature to implement and support in all views. |
Okay but can i give you the code i wrote that implements the first beginnings of resizing? |
We prefer not to include an incomplete solution. |
Yes, of course, I'm more interested in you continuing the beginning because it would take me ages to understand the complete code. I didn't mean a pull request but to upload the file here in Markdown. |
What not only I need is that the appointments can be touched at the start or end and then dragged into length. When dragging, a kind of preview appears and automatically snaps into the grid. As soon as this is released, the date-time value for start or end is adopted, depending on where you grab the appointment with the mouse.
The mouse pointer must also be displayed accordingly. Left-Right, Top-Down (Arrows) depending on the view.
The text was updated successfully, but these errors were encountered: