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

New input property to always show allDay row

Open Morphclue opened this issue 8 months ago • 1 comments

Is your feature request related to a problem? Please describe The cal-day-columns is only shown, when an allDay: true event exists.

Describe the solution you'd like A new Input property for a calendar, e.g.:

<mwl-calendar-week-view>
    [allDayEvents]="true"
</mwl-calendar-week-view>

Describe your use case for implementing this feature As a user I would like to have the possibility to add allDay events in the calendar without a previously existing allDay event and without an extra button. A click on the cal-day-columns should create an allDay event for me.

Morphclue avatar Jun 23 '24 13:06 Morphclue