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

Long events expand across the calendar in the month view #758

Open
Jrb1x opened this issue Sep 30, 2018 · 11 comments
Open

Long events expand across the calendar in the month view #758

Jrb1x opened this issue Sep 30, 2018 · 11 comments
Labels
demoable Possible with the current API, can be shown with a demo sustainability

Comments

@Jrb1x
Copy link

Jrb1x commented Sep 30, 2018

Is your feature request related to a problem? Please describe
Not related to a problem.

Describe the solution you'd like
I'd really like to see events that last more than one day expend across those days. Screenshot attached.

Describe your use case for implementing this feature
Visually, it's more appealing this way.

Additional context

screen shot 2018-09-29 at 8 07 03 pm

@Jrb1x Jrb1x changed the title Long events expand across the calendar Long events expand across the calendar in the month view Sep 30, 2018
@mitjarogl mitjarogl mentioned this issue Oct 11, 2018
12 tasks
@cfoulkes
Copy link

Is this view possible on a single day? The horizontal bar with text as opposed to the default coloured dot?

@MatthewCaulkins
Copy link

I am really loving this project- great work, definitely pitching my department head to sign us up as sponsors!

Having the same desired display for month views, I wanted to share the less than elegant workaround we came up with for anyone else looking for a simple solution for this behavior sans rewriting multiple components and modules.

Since there isn't an all day flag for events in the months view, we replaced the month view with a custom template that iterates through custom week components for the month. Found it much easier to use the built-in behavior of weeks than expand the months.

@mattlewis92
Copy link
Owner

I am really loving this project- great work, definitely pitching my department head to sign us up as sponsors!

Thank you so much! I really appreciate that ❤️

Having the same desired display for month views, I wanted to share the less than elegant workaround we came up with for anyone else looking for a simple solution for this behavior sans rewriting multiple components and modules.

Since there isn't an all day flag for events in the months view, we replaced the month view with a custom template that iterates through custom week components for the month. Found it much easier to use the built-in behavior of weeks than expand the months.

That sounds like a really interesting solution, would be cool to see a screenshot of what it looks like if you don't mind sharing 😄

@webcat12345
Copy link

webcat12345 commented Jul 24, 2020

image
I made this with pure css hacking. It works but some case it's broken because of order in the same day if there are several multi day events. I am looking for some kinda functional solution rather than this css way.

@no-more
Copy link

no-more commented Aug 10, 2020

@webcat12345 nice! I don't know how you manage to do this with only css, would you mind sharing your code ? I need same kind of solution, maybe I could also find a way to fix your issue with some template code.

Thanks

@mikkelsiercke
Copy link

Did you ever manage to find a solution to this? @no-more

@Salamek
Copy link

Salamek commented Jul 26, 2023

Nice project! But i'm sorry... but that month view...it's bad... ill try to use it for now, but i think i will be forced to use fullcalendar instead 😭

2025 UPDATE: Users are using this calendar without any issue or complaint... so it seems it is not as bad as i thought!

@babaprincedaouda71
Copy link

Nice project! But i'm sorry... but that month view...it's bad... ill try to use it for now, but i think i will be forced to use fullcalendar instead 😭 month-view

Did you find a solution?

@Salamek
Copy link

Salamek commented May 20, 2024

Nice project! But i'm sorry... but that month view...it's bad... ill try to use it for now, but i think i will be forced to use fullcalendar instead 😭 month-view

Did you find a solution?

Nope, using it as is...

@filipvh
Copy link

filipvh commented Jun 14, 2024

@mattlewis92 any updates on this? Willing to sponsor if it's still possible?

@calldeludo
Copy link

Hello there, any update? i really need expanded span event on month view...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demoable Possible with the current API, can be shown with a demo sustainability
Projects
None yet
Development

No branches or pull requests