Appointment app - Not as difficult as it sounds

Hey everyone!
So I was going through the forum to find some information about Appointments application, where admin can enter his available time slots on particular dates and user can see available time slots by selecting a date. It didn’t help me much though. So I started going through plug-ins page and started playing around.
All it took me is “Full calender” plugin which is free and a datatype to store dates and their time slots.
I don’t know how many of you are familiar with this. I’ll edit this post with Workflows tomorrow if anyone wants to know more about it.

1 Like

Looking forward to the updates. I’m specially interested in learning how to create and handle Time Slots. :slight_smile:

For the admin, the calendar will be shown.
He’s going to select a date from that calendar,
Then there will be two time inputs, one is for From and one is for To. I’m using Air Time/Date picker to input time. Admin will select From and To times and submits the data. Date, From and To all 3 will be in “Date” type in datatype. So all 3 inputs will be saved.
Now when user clicks on a date, he will see all the available time slots of that day in a dynamic radio box menu. I’m getting time from “From” and “To” using “formatting as 2.58pm” and displaying the Radio box option as text like
“Current cells From formatted as 2.58pm to Current cells To formatted as 2.58pm”.
I hope I make sense :sweat_smile:

1 Like

Thank you. Makes perfect sense :smiley:

1 Like