Hi everybody,
Hope you are doing Ok.
I am using the outlook office 365 connector to get events from my outlook calendar.
My goal is to :
1- Select a contact in a gallery (which i have done )
2- Show the events programmed with this contact only, by filtering using his e-mail
I'm actually trying to use "Office365.V4CalendarGetItems" filter function but i can't find tips on how to use this filter for requiredAttendees e-mail. I don't even get what language i should use !
here you have someone who filtered with start and end date : https://powerusers.microsoft.com/t5/Building-Power-Apps/filter-in-V4CalendarGetItems/td-p/452010
But i couldn't figure out how to use it for requiredattendees e-mail.
Requieredattendees seems to ask for a table
Just in case, my app is in French we use ";" instead of "," as Americans do.
Thank you for you help,
Best regards
Tom
Solved! Go to Solution.
Hi @Tom_FR ,
Required attendees for the event are separated by semicolons, please try to Filter function instead of ODATA filter query.
Filter(Office365Outlook.V4CalendarGetItems(Dropdown4.Selected.id).value;GalleryName.Selected.ColumnName in requiredAttendees)
Hope this helps.
Sik
Hi @Tom_FR ,
Required attendees for the event are separated by semicolons, please try to Filter function instead of ODATA filter query.
Filter(Office365Outlook.V4CalendarGetItems(Dropdown4.Selected.id).value;GalleryName.Selected.ColumnName in requiredAttendees)
Hope this helps.
Sik
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
187 | |
82 | |
51 | |
37 |
User | Count |
---|---|
290 | |
242 | |
123 | |
74 | |
56 |