I am using this https://github.com/richardtop/CalendarKit library in my project. I just want to clarify one doubt which is required for my project implementation.
Currently I am using this library in my project to load the calendar events. But now I am having requirement like, I need to load the events on particular date and move/select to the particular event automatically while loading the events.
I can use moveTo(date:) method to open particular date. But I need to select event automatically.
So, People who used calendar kit already, please clarify my doubt.