Open Jrb1x opened 6 years ago
Is this view possible on a single day? The horizontal bar with text as opposed to the default coloured dot?
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.
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 😄
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.
@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
Did you ever manage to find a solution to this? @no-more
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 :sob:
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 😭
Did you find a solution?
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 😭
Did you find a solution?
Nope, using it as is...
@mattlewis92 any updates on this? Willing to sponsor if it's still possible?
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