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 / Full Screen Calendar a...
Power Apps
Answered

Full Screen Calendar and Sub Gallery Entries

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am having a hard time making a calendar in power apps that would leave enough room to add sub gallery project items to particular days based on launch date.

 

I am able to connect a power apps calendar to a SharePoint list and I am able to add the sub menu, but I am not able to make the calendar full screen and sync up the sub gallery to display certain project items from the same list.

 

This is the best example I could find that relates to what I am trying to create. Any help would be greatly appreciated!!

https://youtu.be/5oKHN57W_i8?t=269

 

Thank you!

Categories:
I have the same question (0)
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Could you please share a bit more about your Calendar screen that you made?

    Do you want to make your Calendar displayed in full screen?

     

    If you wan to make your Calendar displayed in full screen, you could consider configure your app in a Tablet Layout, and then set the Width property of the Outer Calendar Gallery to following:

    App.Width

    You could consider configure your Calendar screen as a Responsive Layout screen, please refer to the following article:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-responsive-layout

     

    If you want to display the corresponding events (from same SP Calendar List) for current day in your Sub Gallery, please consider set the Items property of the Sub Gallery (nested Gallery) to following:

    Filter('Calendar List', DateValue(Text('Start Time')) = DateValue(Text(ThisItem.DateValue)))

    Note: The DateValue represents the column value in your Outer Gallery, which display the date value. e.g. 2/27/2020, 2/28/2020, ....

    In order to only display the Day value within your Outer Gallery, you could use the following formula:

    Day(ThisItem.DateValue)

     

    You also need to add a Timer control in your screen to refresh your Calendar List in a specific internals, e.g. refresh Calendar List data source every 5 seconds. Set the Duration property to following:

    5000

    set the AutoStart and Repeat property to following:

    true

    set the OnTimerEnd property to following:

    Refresh('Calendar List')

     

    Please consider take a try with above solution, check if the issue is solved.

     

    Best regards,

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you!

     

    I cannot get the calendar to appear like this. I am hoping to have project information appear in the box that users can click to get more detail. Stumped. I figured the hard part would be adding sub menu info but I can't even get my calendar large enough to hold the info:(

    How the heck do I get the calendar to have this look? Is this an example of a custom created calendar? How do I get the bog square box look with plenty of room like below?

    Calendar.png

  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I figured it out:) Create a vertical gallery and give it the properties of the built in calendar. Bobs your uncle:)

  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Have you solved your problem?

     

    If you have solved your problem and the solution I provided above is helpful in your scenario, please consider go ahead to click "Accept as Solution" to identify this thread has been solved.

     

    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 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard