rwilson504 / PCFControls

Reusable PowerApps Control Framework (PCF) controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] [Calendar Control] Event Color Issue

JannyM85 opened this issue · comments

I use Calendar Control, the latest version in Model Driven App. I have an entity in_vacation, where there is an in_eventcolor field. I am trying to set this field to the Event Color property, but the calendar still shows Default Color. All data in entity have fill this attribute with different color than the default color.

image
image

Can help me with correct setup? Thanks.

@JannyM85 , what is the format of the data you have in the in_eventcolor column? The data should be hex colors.

Hello, offcourse the format is hex.

@JannyM85, Just to confirm can you send a screenshot of one of the records showing data in the in_eventcolor field.

@JannyM85, Also is the in_eventcolor field included in the View when you configured it. All data field that are being used must be in the View.

Hello, thank you for the information. Adding the field to the view helped. If I may I would like to offer my view, in case the component is not configured correctly it should report an error. Your implementation pretends that everything is working, however the field was not in the data. Please consider modifying the validation of the configuration data so that if the component is misconfigured it returns the appropriate error.

Hi @JannyM85 ,

First and foremost, I'd like to express my gratitude for your involvement and for closing the issue. I'd like to emphasize that this is an open-source software provided at no cost. Contributions from the community, whether they be updates to the code, enhancements to the README, or any other improvements, are always welcomed and deeply appreciated. Pull requests, in particular, are always welcome!

Thank you once again for your time and feedback. Looking forward to more collaborative efforts in the future!

Warm regards,
@rwilson504