I'm building a booking app and using the "Meeting" screen as a template for some of my options. My issue is that when I go to add attendees to my invite list, available times start dwindling away based on meetings that they have in their calendar. Is there a way that I can remove "Attendee Availability" as an option or not even have availability as a factor?
Another route I thought about taking was selecting a date, duration, time, and conference room first, then adding a list of attendees. I fear I might run into the same issue that I am going through now.
Any help or suggestions would be greatly appreciated!
Solved! Go to Solution.
Hi @Scuzzy989 :
You could delete this part of code in Title4's OnSelect property
RequiredAttendees:Concat(MyPeople, UserPrincipalName & ";"),
Before
After
Best Regards,
Bof
Hi @Scuzzy989 :
You could delete this part of code in Title4's OnSelect property
RequiredAttendees:Concat(MyPeople, UserPrincipalName & ";"),
Before
After
Best Regards,
Bof
User | Count |
---|---|
251 | |
102 | |
94 | |
47 | |
37 |