twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

Combine Views #155

Open smuaq opened 7 years ago

smuaq commented 7 years ago

Is there a way to combine the views & show them together? Like I want to show the day view with month view?

Thanks for the great calendar by the way!

twinssbc commented 7 years ago

@smuaq It does not support display month view and day view at the same time. Different people may have different intention to display the events on a calendar. I chose the most common way to implement this calendar.

smuaq commented 7 years ago

Right, thanks for your reply. I was looking to implement it in way that shows both week view along with the selected day's day view. I guess i'll have to customize it.