web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / GetEventsCalendar V2 F...
Power Apps
Unanswered

GetEventsCalendar V2 Filter by Category

(0) ShareShare
ReportReport
Posted on by 63

Hi

 

I am trying to display calendar events from all categories except one - as some employees mark personal events on their work calendar and we do not want this displayed in power apps

 

The code looks like this:

 

ClearCollect(
MyCalendarEvents,
Office365Outlook.GetEventsCalendarViewV2(
"Calendar",
Text(
AMDate_4.SelectedDate,
DateTimeFormat.UTC
),
Text(
DateAdd(AMDate_4.SelectedDate,7,TimeUnit.Days),
DateTimeFormat.UTC
)
).value
);

 

 

Is their a filter I can use to show the events where the category does not equal Personal?

Categories:
I have the same question (0)
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @LauraGrimes123,

    Tyr:

    ClearCollect(
    MyCalendarEvents,
    Office365Outlook.GetEventsCalendarViewV2(
    "Calendar",
    Text(
    AMDate_4.SelectedDate,
    DateTimeFormat.UTC
    ),
    Text(
    DateAdd(AMDate_4.SelectedDate,7,TimeUnit.Days),
    DateTimeFormat.UTC
    ),
    First(Categories.Value).Value <> "Personal",
    ).value
    );
  • LauraGrimes123 Profile Picture
    63 on at

    Hi

     

    This is bringing up errors - received 5 expected 3-4 and Categories is not valid?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 538

#2
WarrenBelz Profile Picture

WarrenBelz 420 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard