vkurko/calendar

Can't hide days in specific view

LisPavel opened this issue · 2 comments

I'm trying to hide Sat and Sun in week grid but it doesn't work.

const calendar = new Calendar({
    ...,
    views: {
        timeGridWeek: {
            hiddenDays: [0, 6],
        },
    },
});
vkurko commented

In this demo everything seems to work as expected. Please let me know how to reproduce the issue.

sorry, it's my mistake