Angular-calendar: Header clicked on day in month view

Created on 11 Sep 2018  路  3Comments  路  Source: mattlewis92/angular-calendar

Is your feature request related to a problem? Please describe

Week view has dayHeaderClicked, but month view doesn't.

Describe the solution you'd like

I would like to select all days in a column, by getting a callback from the header cell which contains days [Monday, Tuesday, ...]

Describe your use case for implementing this feature

User would like to create events on every Monday until 2 years from now, clicking on day header should provide a feedback which day was clicked. dayHeaderClicked is available in week view, but month view doesn't have it, implementation looks inconsistent. Callback would return integer, 0 for Sunday, 6 for Saturday = consistent with settings excludeDays: number[] = [0, 6];

enhancement has PR

Most helpful comment

I don't have time right now for it, but I'll give it a shot in several days if it's still open :+1:
I need this functionality in our product to decrease technical debt, so sooner or later I'll do it.

All 3 comments

This sounds like a reasonable request, would you like to make a make a pull request?

I don't have time right now for it, but I'll give it a shot in several days if it's still open :+1:
I need this functionality in our product to decrease technical debt, so sooner or later I'll do it.

I finally had time to finish and release 0.27, thanks for your contribution! 馃槃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sylvain-fr picture sylvain-fr  路  3Comments

vinay13 picture vinay13  路  3Comments

ntsiatinis picture ntsiatinis  路  4Comments

mattlewis92 picture mattlewis92  路  3Comments

fmoessle picture fmoessle  路  5Comments