Announcements
Hi 🙂
I've created a calendar app that shows today's events from a resource calendar. The problem is that the calendar doesnt show automatically. I have to choose the calendar from a dropdown or make a button to load the events.
Is there a command that refreshes the app so it automatically loads the events?
Hi @runeamdal :
Do you want the app to periodically execute an event?
I suggest you use the Timer control.
You only need to set the following properties of the timer control:
Duration – How long a timer runs in milliseconds.(Set execution cycle)
OnTimerEnd-How an app responds when a timer finishes running.(Put the event that needs to be executed into this property, and whenever the cycle ends, the event is executed once)
Repeat – Whether a timer automatically restarts when it finishes running.(set this property to true)
I think this link will help you a lot:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-timer
Best Regards,
Bof
Has your question been resolved? Is there anything else I can help?If you have found a solution, please mark it as a solution so that more people can see it.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 356 Most Valuable Professional
11manish 225 Super User 2026 Season 2
Mohsin Ali 211