lilcodelab / Xamarin.Plugin.Calendar

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

Added ContainsKey and TryGetValue methods #21

Closed Ragusaen closed 4 years ago

Ragusaen commented 4 years ago

I've added ContainsKey and TryGetValue methods to the EventCollection to reduce confusion when using the base Dictionary methods on the EventCollection. Previously these methods would check the whole DateTime, instead of only using the date, as the EventCollection does.

PenguinPero commented 4 years ago

@jsabic please review, and you can also add Clear with UI notification