UI Calander Week

user
UI Calander Week

Tags:

UI/UX

A dynamic weekly calendar for Power Apps with weekday selection and highlight for today. Uses color themes for customization.

Key Features: ✅ Auto-generates the current week. ✅ Highlights today with a gradient. ✅ Customizable via ColorThemes.

⚠️ OnStart() button is critical! It rebuilds WeekTable. Removing it breaks the calendar!

Structure:

WeekdayGallery → Displays weekdays. ButtonOnStart → Regenerates the calendar.

1️⃣ Setup the Component Add the UI Calendar Week YAML component to your Power Apps project. Ensure the OnStart() button is present and functional, as it initializes the calendar. 2️⃣ Core Functionalities Displays the current week dynamically. Highlights today's date with a gradient. Allows users to select a date. Uses ColorThemes for customization. 3️⃣ Important Considerations ⚠️ Do not remove the OnStart() function as it rebuilds WeekTable, ensuring correct date generation.

4️⃣ Customization Modify ColorThemes to change colors. Adjust WeekTable to alter how dates are displayed.

More Snippets from this Author

Page 1 of 0
Loading...

Loading...