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 863 forks source link

Hi, how are you? Nice to know, I wanted to know if you have something like this to disable the hours for days of weeks #1543

Closed ajl640 closed 2 years ago

ajl640 commented 2 years ago

Hi, how are you? Nice to know, I wanted to know if you have something like this to disable the hours for days of weeks

Example:

businessHours: [ // specify an array instead { daysOfWeek: [ 1, 2, 3 ], // Monday, Tuesday, Wednesday startTime: '08:00', // 8am endTime: '18:00' // 6pm }, { daysOfWeek: [ 4, 5 ], // Thursday, Friday startTime: '10:00', // 10am endTime: '16:00' // 4pm } ]

https://fullcalendar.io/docs/businessHours

Something that works the same please, thank you very much

matts-bot[bot] commented 2 years ago

This issue has been closed automatically as it did not follow the issue template, please open a new issue that follows the bug report or feature request template.

If you would like to submit a support issue or get a faster reply, please consider sponsoring me.

Thank you! ✌️