[Free] CalendarToolsExtended Extension

Hello Kodular Family Members…

Being as a member in kodular for almost an year, I would like to share my very first extension
(My sincere thanks to @devcafeofficial , :pray: :pray:) for helping me from the beginning,as i was zero in java, and now i come with useful to those who love to make or use calendar in their app…

Components of the Extension

image

Working Part ( I hope no more explanations are needed)

image

No Real components are used

I Should thank @yusufcihan for his wonderful Dynamic component extension…

Note;
It accepts only number, do not use any kind of date format:
No Libraries or Permission used or requested…

Based on my extension, i have created a small app and whose apk too attached at the end…

Extension : CalendarToolExtended.aix (6.1 KB)

AIA : SimpleViewCalander.aia (54.5 KB)

I have created a small calendar app with the help of my extension, and the screenshots are attached below…

APK: SimpleViewCalander.apk (5.3 MB)

[i have trid to construct the dynamic components in a new way…Pls see to that…

More features will be added to the extension., soon…

23 Likes

Well done. Since this is posted in #extensions you should post also the extension

2 Likes

oh sorry mam, I missed it seems… adding…

extension added at the end of the post…

2 Likes

I’m so happy for you to taking 1 more step ahead in this community. You’ve already done so much for this community. I’m sure, this small step is just a beginning in java/ext development towards the big ones. Keep leaving the footprints behind so others can walk on them to follow you around.
Big hands for you :clap:

You always amaze me, that’s true

4 Likes

Great extension :blush:

1 Like

Just Fantastic Extension with simple blocks

Keep it up :+1::+1::+1:

I wish i could also make my first extension someday
:sweat_smile::sweat_smile:

1 Like

Excellent … very useful extension :heart:

1 Like


How to fix it

Pls adjust the width of the label…

You can set buttons width as screen width /8 and disable card view

How can I select a date with a color, which when initialized selects a special date

Put the special dates in a variable or db… call the dates , compare with dynamic dates… if it match change color else leave as it is

Could you tell me what the block of dynamic dates is called?

you are asking for this aia(with extn)? or previous aia?(without extn)

for this aia

in this procedure make adjustment

create the date alone(day format like 5,23,6…) into global variable and adjust blocks like this

or mute this procedure in the aia, drag this image and set the date and check up

sample

Or if you have the dates in this format(d/M/yyyy) then design like tis… No need to worry about

EDIT

---- Fixed,

@willman by this way you can use any format of date and in the pattern pls use correct format of your db date

1 Like

thanks, excellent step by step

1 Like