Xamarin forms Calendar view yearly monthly and weekly to show reminder

走远了吗. 提交于 2019-12-03 21:59:15

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

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

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