Quivr / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
258 stars 64 forks source link

Add Event Dynamically #116

Open Copy33 opened 6 years ago

Copy33 commented 6 years ago

Has anyone figured out a way to add an event to the view dynamically? I want to add an event after a button outside of the view is pressed and I don't think this is supported. Thoughts?

zj2050 commented 6 years ago

me too

Copy33 commented 6 years ago

@zj2050 I figured out a workaround, not the most optimized solution but it works, the gist of it is you pass a new events list every time to onMonthChange to achieve this.

zj2050 commented 6 years ago

@Copy33 thanks