How do I display an event in day scheduler?

Hi!
So I've been creating an app where there is a day scheduler where you can schedule certain events. So the problem I'm getting is that how would I be able to display that particular event in that day scheduler after the user inputs his/her event and chooses the particular time.

Kind of this-
https://i.stack.imgur.com/uRqwR.png

use tinydb .. save the event date time as tag and save in tinydb.. after creating the layout for particular day just look for the particular time is thee in tinydb, if yes just creat a dynamic comp

I suggest you to use dynamic component for this event

2 Likes

Okay! I'll try it once..

You should be able to develop what I did for you here:

You may also want to use this, in order to select a day to set the event