rwilson504 / PCFControls

Reusable PowerApps Control Framework (PCF) controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hour range parameters?

wendellsimmons opened this issue · comments

HI again, my embedded calendar control is working great. I've been unable to locate the parameters that control the hour range displayed. I want to limit the calendar view to 8AM through 5PM for example.

Instead of limiting the hours on the calendar what I chose to do instead was provide an option to automatically scroll the views to a specific hour. The parameter for doing that is called "Calendar Scroll To Time". Setting that parameter to 7 would cause the calendar to automatically scroll to 8AM.

OK, I'll try that. thx

It appears that the publish has been an issue in some environments, unfortunately this forum article has no resolution yet. I did test out the whole thing on a brand new environment using the managed solution just as you did and I was able to Publish.

https://powerusers.microsoft.com/t5/Building-Power-Apps/Error-when-publishing-a-canvas-app-with-custom-code-component/td-p/1219973

As far as the Collection. I would probably move it from the form OnVisible to the App so that you can easily re-run the ClearCollect after modifying it by select the ellipses next to the App and selecting Run OnStart.

Additional if you move the Filter around the Appointments table as in the image below it should work.

image