casvanluijtelaar / paged_vertical_calendar

A simple paginated framework for implementing calendar based interfaces.
Apache License 2.0
39 stars 33 forks source link

Question: Select multiple days ( not range ) #30

Closed cosmosdesigner closed 2 years ago

cosmosdesigner commented 2 years ago

Hi, thank you for your effort for giving us this extension, very helpful.

I couldn't find a way to load multiple days and/or select multiple days. Can you help me or there's no such feature?

Thank you.

casvanluijtelaar commented 2 years ago

if you look at the examples, you see that selecting and storing dates is something you need to implement yourself. In your quite simple case you'd look at the "select range" example but instead of the range logic you just store all pressed dates in a list.