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 / Calendar Screen for Sh...
Power Apps
Answered

Calendar Screen for Shared Calendar

(0) ShareShare
ReportReport
Posted on by 5,836 Moderator

I am trying to create a PowerApp that will display a shared calendar (Company Holidays).   Eventually I will want to have a dropdown list that will match the categories that are specified in the calendar and be able to display the Holidays based on the selected category.

 

Currently I have used the first part of this tech article:   https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/screen-templates/calendar-screen-overview

 

I am getting an error that indicates an unknown or unsupported function but so far have been unable to determine exactly where the issue is.

 

CalendarError.png 

 

Any help will be appreciated.

 

Edited:   I can see  Invalid use of '.' at the .value part but there is more than just that error.

Categories:
I have the same question (0)
  • mdevaney Profile Picture
    29,991 Moderator on at

    ...deleted...

  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @JR-BejeweledOne ,

    The reason why you met this problem is that  Get calendar view of events (V2) action has been deprecated. Please use GetEventsCalendarViewV3 instead.

    Try this formula:

    ClearCollect( MyCalendarEvents, 
     Office365.GetEventsCalendarViewV3( _myCalendar.Name, 
     Text( _minDate, UTC ), 
     Text( _maxDate, UTC ) 
     ).value
    );

    Here's a doc about Office365 connector:

    https://docs.microsoft.com/en-us/connectors/office365/#get-calendar-view-of-events-(v3)

    Many changes have made about this connector. I suggest you pay attention to this.

     

     

     

    Best regards,

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 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard