[FREE] DynamicCalendar Extension with limited blocks setup

:worried: :worried:

Here events are stored just like tinydb using the tag as dates. If you store more and more events in the same day it will be stored as a list . so modification or deletion desperatly needs index.

So i have used remive event based on index as well as by category too. Which ine you want you can use it.

If i store 3 events on a particular day, you will see list of events. Now you want to remive the 2nd event but want to keep 1st and 2rd. So you will be using the functiin called temove event by index. Give date and index as 2. Now your new list will be modified.

Suppose if you want to temove all the 3 events then use remove event by date which will remove all the events stored in the day

Thank you