mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.73k stars 866 forks source link

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

Open Jrb1x opened 6 years ago

Jrb1x commented 6 years ago

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
cfoulkes commented 5 years ago

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

MatthewCaulkins commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

@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 commented 1 year ago

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

Salamek commented 1 year ago

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

babaprincedaouda71 commented 6 months ago

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 commented 6 months ago

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 commented 5 months ago

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