lilcodelab / Xamarin.Plugin.Calendar

Calendar plugin for Xamarin.Forms
MIT License
260 stars 60 forks source link

[Feature Request] Allow DataTemplate for a Slot in a day of calendar. #67

Open pack7df opened 3 years ago

pack7df commented 3 years ago

I would like i could configure the slot appearance of the day of calendar. Currently, i would like to show a day with a background color and also render 2 or 3 dots of different colors. Depending on data of the day, (not an event). My very specific problem is a calendar where i want to show rest days, busy days, available days for work, but also, i want to know if there is some job offer and the status of a job application. Please, note i specify not event, because, i want to render some days (like Saturday and Sunday) of different colors without an event. with current implementation i should declare infinite events or intercept the month change in order to change the events.

I have add a component in order to accomplish this feature reusing your own code. (it's still in progress, but at least, the DataTemplate feature works as a concept probe). I could contribute. What should I do?

antonioseric commented 3 years ago

this colud be resolved by Issue #75

vallgrenerik commented 2 years ago

I would love this feature! I like the current styling, but it would be so nice to extend the styling even further. Any plan to implement this @antonioseric @m-luketin @m-luketin? Or can I override the date template somehow?