Hi all,
I have imported a calendar component in my canvas application.
I want to show, under the date, a circle that show me if I have an event in the specific date. These events are stored in a sharepoint List, so I can use the following code in the Visible properties:
CountRows(Filter('EventsList'; DateValue(Text('DateEvent')) = DateAdd(_firstDayInView;ThisItem.Value; TimeUnit.Days))) > 0 but this code work only if I try to created a new calendar like calendar component.
I want to try to use my sharepoint list with the imported component.
Do you have an idea?
I tryied to create a custom property in the calendar component as an input table but I don't want fixes value, I want to give a list that is variable.
Thank you so much

Report
All responses (
Answers (