Hi All,
I am starting out using the Estimator Pro template and can see that on start it looks for my calendar.
Set(MyCalendarID, LookUp(Office365.CalendarGetTables().value,DisplayName = "Calendar").Name)
I can see also on the Data Items appointments :
If(DatePicker1.SelectedDate>=Today(),SortByColumns(Office365.GetEventsCalendarViewV3(MyCalendarID,Text(DateAdd(DatePicker1.SelectedDate, -1, Hours), UTC),
Text(DateAdd(DatePicker1.SelectedDate, 1, Days), UTC)).value, "start"))
I wanted to know if it is possible to have this looking at a sharepoint calendar instead for all users rather than Outlook/ 365? for each user, this is where all our team events/appointments are located.
Thank you any pointers greatly received.
Hi @rhys20221
Do you mean Sharepoint Calander is the List where all appointments and events are stored? If Yes then we can filter the list for the date selected.
Filter(SPList, StartDate >= DatePicker1.SelectedDate)
Thanks,
Stalin - Learn To Illuminate
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
52 | |
51 | |
36 | |
33 |
User | Count |
---|---|
283 | |
97 | |
90 | |
82 | |
77 |