A plugin for Xamarin Forms providing a completely customisable calendar control with complex functionality. (Only Tested On Android)
Take a look at the sample app, it has a page where you can modify every single non-cosmetic property. Perfect for a quick look, tests and experiments!
xmlns:xc="clr-namespace:XCalendar;assembly=XCalendar"<ContentPage
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="XCalendarSample.Views.MainPage"
xmlns:xc="clr-namespace:XCalendar;assembly=XCalendar">
<xc:CalendarView/>
</ContentPage>View a full list of available properties on the Wiki