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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Set Calender (Screen 1...
Power Apps
Answered

Set Calender (Screen 1) as default when open app

(0) ShareShare
ReportReport
Posted on by 20

Hello Experts,

 

Is it possible to the default to screen 1(attached) when you open the calendar app? Rather than seeing the blank screen that only shows the drop down, We want the Calendar with as the default screen. 

 

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    153,084 Most Valuable Professional on at

    Hi @ValerieAn ,

    I am not familiar with the App, but you just need to put at App OnStart

    Navigate(YourScreenName)

     (replace with actual screen name)

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • ValerieAn Profile Picture
    20 on at

    Thank you @WarrenBelz for your suggestion. That solution was not successful for me.

     

    I tried this this formula in the OnStart field but it did not work as well due to some errors. Not sure what is incorrect.

     

    Set( _userDomain, Right( User().Email, Len( User().Email ) - Find( "@", User().Email ) ) );
    Set( _dateSelected, Today() );
    Set( _firstDayOfMonth, DateAdd( Today(), 1 - Day( Today() ), Days ) );
    Set( _firstDayInView,
    DateAdd( _firstDayOfMonth, -( Weekday( _firstDayOfMonth) - 2 + 1 ), Days )
    );
    Set( _lastDayOfMonth, DateAdd( DateAdd( _firstDayOfMonth, 1, Months ), -1, Days ) );
    Set( _calendarVisible, false );
    Set( _myCalendar,
    LookUp( Office365.CalendarGetTables().value, DisplayName = "Calendar" )
    );
    Set( _minDate,
    DateAdd( _firstDayOfMonth, -( Weekday(_firstDayOfMonth) - 2 + 1 ), Days )
    );
    Set( _maxDate,
    DateAdd(
    DateAdd( _firstDayOfMonth, -( Weekday(_firstDayOfMonth) - 2 + 1 ), Days ),
    40,
    Days
    )
    );
    ClearCollect( MyCalendarEvents,
    Office365.GetEventsCalendarViewV2(_myCalendar.Name,
    Text(_minDate, UTC ),
    Text(_maxDate, UTC )
    ).value
    );
    Set( _calendarVisible, true )

  • Verified answer
    ValerieAn Profile Picture
    20 on at

    I was able to correct it to:

     

    Set(_userDomain, Right(User().Email, Len(User().Email) - Find("@", User().Email)));
    Set(_dateSelected, Today());
    Set(_firstDayOfMonth, DateAdd(Today(), 1 - Day(Today()), Days));
    Set(_firstDayInView, DateAdd(_firstDayOfMonth, -(Weekday(_firstDayOfMonth) - 2 + 1), Days));
    Set(_lastDayOfMonth, DateAdd(DateAdd(_firstDayOfMonth, 1, Months), -1, Days)));
    Set(_calendarVisible, false);
    Set( _myCalendar,
    LookUp( Office365Oulook.CalendarGetTables().value, DisplayName = "Calendar"));
    Set(_minDate, DateAdd(_firstDayOfMonth, -(Weekday(_firstDayOfMonth) - 2 + 1), Days));
    Set(_maxDate, DateAdd(DateAdd(_firstDayOfMonth, -(Weekday(_firstDayOfMonth) - 2 + 1), Days), 40, Days));
    ClearCollect(MyCalendarEvents, Office365Outlook.GetEventsCalendarViewV2(_myCalendar.Name, Text(_minDate, UTC), Text(_maxDate, UTC)).value);
    Set(_calendarVisible, true)

     

  • WarrenBelz Profile Picture
    153,084 Most Valuable Professional on at

    @ValerieAn ,

    I am not sure how that relates to your question about screen navigation, but glad you got it working.

  • ValerieAn Profile Picture
    20 on at

    Hello @WarrenBelz 

     

    Thank you for your help. Your solution was helpful but because the calendar was based on selection, it still did not pull all the components on the calendar to the default screen like in the screen shot. The solution that worked was from Microsoft with a few corrections. I do appreciate your response.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 739 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 343 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard