Calendar
Calendar copied to clipboard
Show week numbers
It would be great to show the week numbers, like the orginal Android CalenderView does:
Depending on whether you use the view or compose module, you can use either the monthViewClass
(View) or monthContainer
(Compose) to achieve this. You first render this column and then put the month view beside it. See the relevant documentation for more info.