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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard