[FREE] DynamicCalendar Extension with limited blocks setup

Hello Team, Here is my another tiny extension which deals with Calendar related works without using any lib or external API also it supports interanal storage just like tinydb to store your events and retrieves the saved events based on the date

DynamicCalendar

image

This event initializes the calendar on the given Vertical or Horizontal arrangement.

image
After intialization or after NEXT/PRE button clicked or Left/Right Swipe detected , this event will trigger and shows list of all the event stored in teh visible month

On single click will show the list of events stored on that day.


This is how blocks need to be designed to Add event on the Long Clicked date can be used.
But to modify/Remove the event by index (if more events are stored on the same day) from a particular day user need to use listview click

Whenever events are stored then the particular will be differentiated into different colour.

You can further customonize the colour using simplefunction.

Extension

Version 1:
DynamicCalendar(1).aix (28.5 KB)

Version 2:
DynamicCalendarV2.aix (32.8 KB) 2025-04-02T18:30:00Z

(Some functions are deprecated and added)

Total Blocks used in the projects

AddEventRequestedBlock
DateClickedBlock
DebugInfoBlock
ErrorOccurredBlock
EventsChangedBlock
AddEventBlock
ClearAllEventsBlock
GetEventAtIndexBlock
GetEventCountBlock
GetEventIndexForListViewPositionBlock

GetEventsBlock
GetEventsWithDisplayIndexesBlock
GoToTodayBlock
DayNameBgColorBlock
DayNameTextColorBlock
ArrangementBackgroundColorBlock
ArrangementBackgroundColorWithAlphaBlock
DrawGridLinesBlock
GetAllEventsForListViewBlock
GetAllEventsFormattedBlock

Apart from these properties, if you want to add anyother feature please let me know

Thanks

1 Like

It will be better if you can make a demo aia.

1 Like

Sure, i will update it

Not responsive?
image
when set verticalArrangement width and height 50 percent

1 Like

Thank you for your response. I tested in my device (Android 11) and works fine with all arrangement with auto rotation too. I will rework on it

As you suggest here is the demo file to show how this extension can be used..

Added responsive layouts

User can change the height to have a better look.

To add the event user need to long press on any date.

To modify the event or delete the event stored on any date user need to click the day>> select the item from list picking
.
During initialization or prevMonth or nextMonth or prevYear or nextYear press user can see the whole month events as a list in the listview and do not allow the user to edit from there.

If any event is found then that particular date will have different colour and user need to click on that particular day to view the list of events, once the user clicked then edit or modify or delete will execute.

Also have added claer all events which will erase all the events stored at a time.

User can customonize the view by adjusting the parent arrangement width and height to their expectation also fontsize , text colour, bg colour, grid line width, gridlines colour can be changed as you like.

Overall this will be an effective dynamic calendar extension in your upcoming app.

Views are welcome.

Thanks to the community.

No libraries are used
No permission is required
No network access

Demo : Demo_DynamicCal_JSR.aia (36.7 KB)

Version 2: DynamicCalendarV2.aix (32.8 KB) 2025-04-02T18:30:00Z


just 1230+ lines of code :smile: