lilcodelab / Xamarin.Plugin.Calendar

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

Events not showing #90

Closed MxPie200 closed 3 years ago

MxPie200 commented 3 years ago

I modified the CalendarPickerPopup a bit. So I want to add new Events to the calendar, but the EventCollection "Events" dose not seem to update. I binded the Calendar to the Events-Property, I can see in Debug Mode that the EventCollection gets the new value. But when the Calendar is showing up again, it displays the Events before I added the new one.

It seems to me, that the EventCollection Property updates itself correctly, but the Calendar doesn't recognize it.

Any idea what I am doing wrong?