yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
131 stars 12 forks source link

Question: Is it possible to alter the EventIndicators based on the calendar event? #64

Closed marcustindab closed 4 months ago

marcustindab commented 4 months ago

Hi!

We're still enjoying your great plugin.

Is it possible to have different Event indicator colors, depending on the calendar event type? E.g. if you have scheduled a meeting, we might want to have a red indicator dot, but if your free, we want a green dot.

Is this possible in the current version of the plugin?

Thanks!

yurkinh commented 4 months ago

Hi @marcustindab Have you checked the AdvacncedPage Calendar? I'm not sure whether this functionality is enough but there is a sample how to setup EventIndicator color from code

marcustindab commented 4 months ago

Works wonders! Thanks a lot!