I want to know how i can feed data to mini calendar dynamically ( not from database ).
Normally it works automatically with the events that are saved in database and working with data processor.
In my case i have no events coming from data processor or database…
I have time ranges… lets say from 8am to 1 pm i have to create 1 hour events on calendar. But i want them to show also in mini calendar…
How can i achieve this? …
I’ll be grateful for any answer.
Thanks.
Open the minicalendar - you can see that there is no events.
Then click on “Add event” button and open minicalendar again - now you can see that Jun 14 is highlighted with yellow color that means that event occurs on this date.
You can help me in this case.
If by using addEvent() or any other way.
Lets say i have 30 days events in array. And in a loop by using addEvent() i only want to put 10 days events on calendar. Rest of them i just want to show in minicalendar NOT on calendar.