SundeepK / CompactCalendarView

An android library which provides a compact calendar view much like the one used in google calenders.
MIT License
1.52k stars 428 forks source link

How to Show Calendar in Weekview #178

Open toremanoj opened 7 years ago

toremanoj commented 7 years ago

Hello, I wanted to show calendar in a weekview, is it possible with this library, if not what changes i have to made in code? Please help me.

Thanks.

SundeepK commented 7 years ago

I think issue #66 is what you described right? If so, it will still need to be implmented. I'm currently working my way through issue, and this is one I would like to think about soon since it has been mentioned many times.

If you just want to display the current week without having it expand and animate then that can be easily. Let me know exactly what you need.

toremanoj commented 7 years ago

I want to display weekview as in google calendar? Is it possible in this?

SundeepK commented 7 years ago

You mean this view? https://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2015/02/N6_weekview-e1424884476217.png

That's not possible with this library. I have another library which does something similar but it's not maintained and is not in maven but it could get you a head start. https://github.com/SundeepK/MultiDayCalendarView. There maybe other options out there for this particular view.

ManuBabu commented 7 years ago

@SundeepK, i think @toremanoj means this type of weekview calendar Link: https://github.com/rameshvoltella/RWeekCalendar

dreamchaser96 commented 7 years ago

Yes, we need week mode please, that would be super useful!

JoaoFilhoG3 commented 7 years ago

Only reinforcing the need for this functionality!

runeogod commented 6 years ago

any news for this?

xaharx commented 5 years ago

any update?

computercarguy commented 5 years ago

I'd like to see this functionality as well. As a related view, a daily Event list would also be appreciated, but that's probably a separate feature request.