LibraryMonth Calendar
PROproductivity
Month Calendar
A real month calendar is one of the hardest things to build in Power Apps — this one is a wrapped gallery of 42 cells generated with Sequence, aligned on Monday, with out-of-month dimming, a today highlight, a selected-day variable and a demo event dot ready to bind to your events source with one LookUp.
July 2026
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
YAML source
Preview — full code with PRO# Month Calendar — PowerBlocks (PRO Screen, real gallery)
# A 7x6 grid generated with Sequence(42), aligned on Monday. Days outside the
# current month are dimmed, today is highlighted.
# Events: the demo dot uses a placeholder rule — replace its Visible with a
# LookUp on your events source, e.g.:
# !IsBlank(LookUp(colEvents, DateValue(When) = ThisItem.D))
- CalendarScreen:
Control: GroupContainer
Variant: ManualLayout
Properties:
X: =0
Y: =0
Width: =Parent.Width
# … full component definition unlocked with PROThis is a partial preview. Unlock the full component →