lbertenasco / ap-ng2-fullcalendar

Angular2 fullcalendar component
MIT License
35 stars 18 forks source link

How to Freeze Calendar Dates in Angular2 #20

Closed manibonthu closed 7 years ago

manibonthu commented 7 years ago

I want to block Saturday and Sunday by using Angular 2.

Can any one help me to solve this problem.

Thanks in Advance.

lbertenasco commented 7 years ago

Hi @mani3202 ! You can use the property hiddenDays

for example to hide both Saturday & Sunday you can add: hiddenDays: [0,6] in your calendarOptions Object.

Let me know if this helps.

To disable those days you should look into: dayRender dayClick