To make calendar

I want to make a calendar that adds a photo when the date is pressed.
But I can’t make a calendar first, and I tried to use a 2020 calendar as a sample, but I can’t.
I need someone to help me.

2 Likes

What have you tried and what happened when you tested it? Share screenshots of blocks or a link to your project. What specific step(s) do you need help with?

3 Likes

If all what you want is to show a calendar in the screen then you can use the Web Viewer to show the Google calendar of your choice.

Such as this

In the URL of the Web Viewer use this:

https://calendar.google.com/calendar/embed?src={{email address}}%40gmail.com&ctz={{region}}%2F{{country}}

Example:
https://calendar.google.com/calendar/embed?src=myemail%40gmail.com&ctz=Asia%2FOman
2 Likes

Thanks for another wonderful suggestion @muneer

I have personally implemented a low code approach using both Full Calendar (more like full code) and color calendar (also a full code approach but far easier to set up)

I would imagine throwing either of these into a webviewer and passing messages back and forth would be an excellent addition to any app, though it would take some work to implement. I believe @domhnallohanlon has posted a thunkable native made calendar
in the past.

^^^ airich911ei remixing the above mentioned app could be the start that you need!

4 Likes

The project doesn’t work. At least I couldn’t see any dates displayed.

2 Likes

i remixed @domhnallohanlon 's project and made an app that could shown any month from 1900 to 2100 or something like that - and i just checked - it’s working

https://x.thunkable.com/copy/b174498723ad9eeeba6391ae083def29

4 Likes

This community is awesome! Thanks for sharing @manyone!! We’ll have to update that previous example! Appreciate the note about that @muneer

3 Likes

@manyone
This is what I get when starting the remixed app.

2 Likes

that’s weird - i get this:

here’s the link:
https://x.thunkable.com/copy/28458b3b50fd25cee4ea8d0e62aececb

4 Likes

yeh so I can`t make calendar

1 Like

That is not the same app. See the previous and next buttons, I have one each side but you have two of them each side.

We are talking about two different apps.

1 Like

in my version, i added the “faster” buttons to step by year.

3 Likes

I’ve noticed that the original project has an issue with cloning. I added a wait block and it worked.

2 Likes

thank you!

2 Likes

In fact I remember that this issue was discussed previously and when I searched it, I found that I suggested adding the wait block in this post

1 Like

Maybe I can help

Some feedback about this project link:

In the PREVIEW mode inside Thunkble it works… but with a problem in the last calendar line that don’t put the days in the correct day of week… (check january / 2022)

But in live test mode (using a real smartphone) does not work!

Any ideia why?

1 Like

i fixed the calendar so it aligns the last week of the month correctly all the time. here’s the link

Calendar Any Year A12
https://x.thunkable.com/copy/cadb905afb828a454afe32db93f047ed

however, i can’t figure out why it works in preview but not in live test on actual device!

2 Likes

Can you see this problem on your real device?

When Opens the result is:

i get the same - i’ve changed the wait times in the clone button and clone row blocks to 1 second per occurrence but i get the same result. i have no other ideas to try