angular-calendar icon indicating copy to clipboard operation
angular-calendar copied to clipboard

Long events expand across the calendar in the month view

Open Jrb1x opened this issue 7 years ago • 11 comments

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 avatar Sep 30 '18 01:09 Jrb1x

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

cfoulkes avatar Dec 12 '18 15:12 cfoulkes

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.

MatthewCaulkins avatar May 05 '20 21:05 MatthewCaulkins

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 😄

mattlewis92 avatar May 12 '20 10:05 mattlewis92

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.

webcat12345 avatar Jul 24 '20 13:07 webcat12345

@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

no-more avatar Aug 10 '20 05:08 no-more

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

mikkelsiercke avatar Dec 07 '22 15:12 mikkelsiercke

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: month-view

Salamek avatar Jul 26 '23 22:07 Salamek