Hi,
I have downloaded and worked through this guidance to build an interactive calendar component. There are a few things I need help with if someone could help please:
Thank you so much in advance.
Sorry I forgot to add the link of the component I am using:
https://docs.microsoft.com/en-us/archive/blogs/davidni/building-an-interactive-calendar-view-with-po...
@KrishnaV I'm not using the datepicker but the component in the link above. Sorry, hopefully this will help you understand better.
Hi @Mo_Islam ,
Please find below my comments for each of your requirements:
1. I cannot seem to select dates on a Saturday for some reason, how could I change the formulas to allow this? - Not able to reproduce in my local so please provide the formula you are using for this.
2. For the selected range of dates, I want to add each date in to a collection or list gallery as items.
How can I do this? - use the below formula in onChange event of the date picker
Collect(collDates,{selDate:DatePicker1.SelectedDate})
3. Finally, I also want to understand how can I remove the range selection and make it so each selected date is highlighted and put in the collection/list gallery. e.g. selecting 7th, 12th, 18th and 29th would highlight those dates and add the selected to my collection or in the gallery. - This is not possible in Power Apps since the date picker is a single selection control, you can't select more than one date at a time.
Sorry I forgot to add the link of the component I am using:
https://docs.microsoft.com/en-us/archive/blogs/davidni/building-an-interactive-calendar-view-with-po...
@KrishnaV I'm not using the datepicker but the component in the link above. Sorry, hopefully this will help you understand better.
Hi @Mo_Islam ,
Thank you for sharing the link for the article and the source you are using. I need to understand the code changes you made in your environment after you downloaded the app.
Hi,
I've just downloaded the app from the link and made no changes at all.
I just want to change it so I can select dates and add to a collection.
Thanks,
@Mo_Islam
The link provided in this page no longer has the app template to download
if you still have the app can you please share ?
Thank you
User | Count |
---|---|
159 | |
86 | |
68 | |
63 | |
62 |
User | Count |
---|---|
209 | |
150 | |
93 | |
81 | |
68 |