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.72k stars 864 forks source link

Different event colors for different views #1542

Open captainmorgan0 opened 2 years ago

captainmorgan0 commented 2 years ago

Is your feature request related to a problem? Please describe

From a design perspective, the colours should be soft when viewed in day/week view (unlike in the demo). when viewing in month view the event circles are hard to see if you set the colours to lighter reds, greens, orange, etc.

Describe the solution you'd like

The event colors need to be different in month view when compared to day/week view.

Describe your use case for implementing this feature

The CalendarEvent object should have dayColor, weekColor, monthColor properties

Additional context

None

matts-bot[bot] commented 2 years ago

Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider sponsoring me

NehaK275 commented 2 years ago

Hi @captainmorgan0 can i solve this?

captainmorgan0 commented 2 years ago

@NehaK275 sure you can solve it if you wish.