Hello,
I'm applying Calendar screen template to my app.
To convert single calendar into multiple month (Gallery-subGallery), I read document below;
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/screen-templates/calendar-screen-reference
In this docs, _maxDate, which is one of query parameters to get calendar event from Outlook, is given by formula as _firstDayInView + 40. and also "the calendar displays a maximum of 41 days"
However, Count Rows of Items property of that gallery is 42! it means the calendar can displays a 42 days maximum. If so, _maxDate should given by _firstDayInView + 41
What was I missing??
Thanks,
Hiro