Open abozanona opened 4 years ago
I think 'weekend' means Saturday and Sunday. Why do you need weekend customization?
Do you just want to mark different days of the week as weekends?
In our system, Some countries weekend days are Saturday and Sunday, some other countries have Friday and Saturday as their weekend days and some countries only have Friday.
I could see that there's an option in the calendar to hide weekends, and that depends on isWeekend
function.
I want to mark specific days as weekends, and hide them when narrowWeekend
is true
Ah! I undertand. TOAST UI Calendar 2.0 is expected to support this feature. :)
Great! Do you know when will v2.0
approx. be released?
@abozanona It will take long time. I'm rewriting this calendar with virtual dom. There are many features those are hard to explain briefly, so check this article.
@abozanona I'll let you know if there is more specific release date.
Would be great to have this feature as the application we are developing is to be used in a country where Friday and Saturday are considered as weekend.
@jungeun-cho @dongsik-yoo now, are you support this feature or any way to off some days and hide some days?
@luayjal We don't have any plan for those features.
Version: v1.12.11
Current Behavior
Current code sets first & last day in the week as weekend days function isWeekend
Wanted Behavior
It't be great if I can enter custom weekend days(Pass an array of numbers I want to mark as weekend).