Xamarin forms Calendar view yearly monthly and weekly to show reminder

拈花ヽ惹草 提交于 2019-12-05 08:04:45

问题


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


回答1:


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




回答2:


Like @hvaughan3 said Telerik Calendar will help you achieve this, an important note to this is that the calendar itself is a little bit tricky to understand some functionalities like customisation but you can achieve pretty complex things like:

Here is the link: https://docs.telerik.com/devtools/xamarin/controls/calendar/calendar-overview



来源:https://stackoverflow.com/questions/47052724/xamarin-forms-calendar-view-yearly-monthly-and-weekly-to-show-reminder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!