jquense / react-big-calendar

gcal/outlook like calendar component
http://jquense.github.io/react-big-calendar/examples/index.html
MIT License
7.9k stars 2.24k forks source link

Restricted Month Custom View #1908

Open KyGuyMayor opened 3 years ago

KyGuyMayor commented 3 years ago

Do you want to request a feature or report a bug?

Request.

What's the expected behavior?

We are looking to create a custom view that is essentially the Month view again but restricted to two weeks. All examples and help I have been able to find online have shown making a custom agenda or custom view using TimeGrid. Our users prefer the Month view but would like a way to view a more focused Two Week version of it in addition to the Month view. Is it possible to restrict the Month view to only show two weeks and pass that as another view to the Calendar?

KyGuyMayor commented 3 years ago

I am currently trying to do this by creating a custom view. But it would appear that the localizer property is not being passed to my custom view. Could anyone provide some help/input on this?