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 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.
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?