Serhioromano / bootstrap-calendar

Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.
http://bootstrap-calendar.eivissapp.com/
MIT License
3.02k stars 1.29k forks source link

Week holiday #143

Closed Serhioromano closed 10 years ago

Serhioromano commented 10 years ago

Sometimes there are events week long or 2-3 days.

http://www.un.org/en/events/observances/weeks.shtml

These are weeks holidays and there are also some 2 day holidays too.

There should be a way to set holiday start and end date.

I am not sure about that. I can actually feed calendar with events like that. may be we do not need it.

mlocati commented 10 years ago

Are you sure these events are holidays?

mlocati commented 10 years ago

I implemented a way to allow specify multi-day holidays: https://github.com/Serhioromano/bootstrap-calendar/pull/144

Serhioromano commented 10 years ago

Are you sure these events are holidays?

Ido not think it is a holydays in a common understanding of this word. But those are repeated events. The same dates every year and that was main purpose for what we call holidays in calendar.js. Te purpose is to set events that are repeated every year and no matter how far user navigates to calendar, he will still see those events.