8000 [Feature] multi-day events · Issue #33 · antoniandre/vue-cal · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Feature] multi-day events #33

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

Open
2 tasks
cesar-lizurey opened this issue Mar 15, 2025 · 6 comments
Open
2 tasks

[Feature] multi-day events #33

cesar-lizurey opened this issue Mar 15, 2025 · 6 comments
Labels
enhancement New feature or request

Comments

@cesar-lizurey
Copy link
cesar-lizurey commented Mar 15, 2025

Vue Cal Version

5.0.0-rc2

Vue Version

3.5.13

Additional Settings

  • Using Composition API
  • Using SSR

Describe the Bug & Expected Behavior

I have an event goind from day D at hour H1 until day D+1 at hour H2.
I expect the event in the calendar to extend the event until the end.

Provide a Reproduction Link

LINK TO REPRODUCTION

@cesar-lizurey cesar-lizurey added the bug Something isn't working label Mar 15, 2025
@bryansamuel1
Copy link

This is something that is very important to me and my use of Vue-cal. Currently I split the events into two, with one finishing at 11:59:59 and the other starting at midnight on the next day, which is a workaround but really not ideal.

@antoniandre antoniandre added enhancement New feature or request and removed bug Something isn't working labels Mar 16, 2025
@antoniandre antoniandre changed the title [Bug] Event on several days shortens to the first day [Feature] Event on several days shortens to the first day Mar 16, 2025
@antoniandre
Copy link
Owner

Thanks @cesar-lizurey,
This is not a bug but a feature request, as multi-day events are not yet supported. They were available in v4 but have not been implemented in v5 yet. However, they are already on the to-do list.

@antoniandre
Copy link
Owner

I'll keep you posted

@cesar-lizurey
Copy link
Author

Thank you, sorry for the misunderstanding. For the moment I'll split events as @bryansamuel1 did.

@cesar-lizurey
Copy link
Author

I'll keep you posted

Hello Antoni, do you have a rough estimate on when this feature will be released? Just to order my user stories in the backlog of one of my projects ;)
Thanks!

@antoniandre
Copy link
Owner

@cesar-lizurey,
here's an overview of the plan:
I've just started the all-day feature, which should be rather easy to handle. This will serve as a base for multi-day events that I will start next.
The multi-day features will come incrementally. First the rendering.
I don't foresee complications up to that point but since it also depends on how much time I can dedicate to this I can't promise! :D

Then I'll do the gestures to create and resize, and finally drag and drop. But these 2 are a lot more complex.

I'll keep you posted when we've got something ;)

@antoniandre antoniandre changed the title [Feature] Event on several days shortens to the first day [Feature] multi-day events May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
0