2

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.

1 Answers1

1

this functionality is currently not supported and requires changes in the library.

You'll need to either modify the library and submit a pull request for it, or fork and modify the library yourself.

Richard Topchii
  • 7,075
  • 8
  • 48
  • 115