Shayn_S
November 16, 2024, 4:08pm
1
Hello. i need help with my application. i would like to make a booking screen and then a separate schedule screen.i wanted to book an appointment then after saving the infos or the saved date should appear on the calendar to know its availability
TIMAI2
November 16, 2024, 4:19pm
2
How exactly should it appear on that calendar ?
Shayn_S
November 16, 2024, 4:22pm
3
like when I click the date it shows if it is available or not. like that
TIMAI2
November 16, 2024, 4:33pm
4
Only one booking per day then ?
Shayn_S
November 16, 2024, 4:36pm
5
yes, one booking per day and thank you for your response.
TIMAI2
November 16, 2024, 4:37pm
6
How are you building your calendar ?
ABG
November 16, 2024, 8:21pm
7
This should help showing the Calendar:
calendar with todo list.aia (14.7 KB)
Here is the calendar with to-do list.
You can select a date by click on the button, and the todo list on that day (if any) will show up.
select the listview item, you will get a choice to modify it or delete it.
The date with todo event will have bold text.
[image]
How to add event and modify event:
[blocks (8)]
(edit: we'd better take the 'sort list block' out of 'if...elseif...block')
How to show the event on the listview:
[blocks (9)]
almost same with your requirements.