Search code examples
c#xamlxamarinxamarin.formssyncfusion

Xamarin forms Calendar view yearly monthly and weekly to show reminder


Is there any calendar controls available in xamarin forms that helps to show reminders in a calendar like in the screenshots provided below.

Yearly View>

https://drive.google.com/open?id=0B0Yycy9pDgSYbWJxaEpOblhfZ1E

Monthly View>

https://drive.google.com/open?id=0B0Yycy9pDgSYWTVTR1BRV1VabzA

Weekly View>

https://drive.google.com/open?id=0B0Yycy9pDgSYX21lUGpydnV0ZGM

I have tried Sfcalendar https://help.syncfusion.com/xamarin/sfcalendar/overview

and it has a similar view of the design but I am finding difficulty in making it showing the reminder marks on yearly view. Is there any possible way I can do this ?

Thanks in advance


Solution

  • As you already mentioned SfCalendar control provides support to add appointments on calendar’s dates. By the way of adding collection of appointments, it will show the event with indicator on the desired dates. We can use the indicator as remainder in the monthview and it has no support in the year view. In future this support may be added. The SfCalendar control has no week view. So we can use SfSchedule control, in which Week view support is available with other built in views (Day, Work Week and Month). As of now, reminder support is not available in the control. You can know more about SFSchedule control and SFCalendar control refer the below online user guide documentation.

    SfChedule:https://help.syncfusion.com/xamarin/sfschedule/getting-started

    SfCalendar: https://help.syncfusion.com/xamarin/sfcalendar/overview