Enum in calender

0
Hi Team, I just wanna know is that possible to show the Enum values in calender widget? For ex:Available,booked. Mendix version is 8.10. Thanks in advance,
asked
2 answers
1

You can store a string in the calendar. So when creating this string use the getCaption function to retrieve the content of the enumeration.

Regards,

Ronald

[EDIT]

In your even entity you probably have an attribute for the Title. Change that attribute with the text you want like: ‘My appointment:  ‘ + getCaption(MyModule.MyEnumeration.Dentist)

answered
0

Thank you very much.It worked.

Can you help me with this?

https://forum.mendix.com/link/questions/101202

answered