prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.91k stars 1.32k forks source link

Display calendar in widget mode #797

Open AndDev135 opened 6 years ago

AndDev135 commented 6 years ago

Hi,

I have tried to show partial days in month, specifically show 2 weeks starting from a chosen day but seems like this is not possible. I have read the documentation and issues but do not see something like this. For example, this month is July and I want to show 2 weeks, first week from 1 - 7th of July and second week from 8-14 and when swiping left or right the previous 2 weeks or next 2 weeks should be shown. Any help is appreciated.

quentin41500 commented 6 years ago

This is indeed not part of the library, we currently allow 2 modes: week mode and month mode.

har888 commented 6 years ago

Thanks for the reply. Is there any planning to add this enhancement in the future?

quentin41500 commented 6 years ago

Not yet as we would need to rebuild the calendar to not have one adapter per month but one per week in the month pager. That would require a substantial refactor which we don't have the time to do at the moment. Feel free to make it yourself and submit a PR for it if you want.