We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

View modes

Display appointments using four types of built-in configurable views:

  • Day view
  • Week view
  • Workweek view
  • Month view
  • Timeline view

Appointments

Appointments provide information about the event scheduled to occur at the specified time.

Appointments in Xamarin.Forms Scheduler


Selection and navigation

Selection support in Xamarin.Forms Scheduler

Selection

Supports selecting time slots and appointments with customization options. Schedule supports programmatic selection as well.

Navigation support in Xamarin.Forms Scheduler

  • Navigate to adjacent schedule views using touch swipe gestures as well as programmatically.
  • Bring the required time slot into view in day, week, workweek views.
  • Move to specific date programmatically.

Date restriction support in Xamarin.Forms Scheduler

Date restriction

Prevent navigation beyond specified minimum and maximum dates. This restricts users from selecting certain dates or creating appointments outside of a range of time.


Appointment rescheduling

  • Quickly reschedule an appointment by dragging it from one time slot and dropping it into a different time slot. This is applicable in day, week, and workweek views.
  • Restrict the rescheduling of certain appointments and prevent the dropping of an appointment at a certain time.

Appointment rescheduling in Xamarin.Forms Scheduler


Resource view

Resource view in Xamarin.Forms Scheduler

View appointments of selected resources

Displays the resources as a discrete view integrated with the Scheduler to show appointments in all types of schedule views. It allows users to select single or multiple resources and display the events associated with the selected resources with an efficient and effective utilization of screen space.

Timeline view Resources in Xamarin.Forms Scheduler

View all available appointments of resources

Display the appointments of each resource in a discrete timeline view to enhance viewability.


Time zones

Display appointments created in various time zones in a specified time zone regardless of the time zone set on the system or device. Appointment times are also automatically adjusted and displayed based on daylight savings time.

Time zone support in Xamarin.Forms Scheduler


Xamarin.Forms Scheduler Code Example

Easily get started with the Xamarin.Forms scheduler using a few simple lines of C# code example as demonstrated below. Also explore our Xamarin.Forms Scheduler Example that shows you how to render and configure the Scheduler in Xamarin.Forms.

<?xml version="1.0" encoding="utf-8" ?>
    <ContentPage
            x:Class="GettingStarted.Sample"
            xmlns="http://xamarin.com/schemas/2014/forms"
            xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
            xmlns:local="clr-namespace:GettingStarted;assembly=GettingStarted"
            xmlns:syncfusion="clr-namespace:Syncfusion.SfSchedule.XForms;assembly=Syncfusion.SfSchedule.XForms">
        <ContentPage.Content>
            <syncfusion:SfSchedule x:Name="schedule" />
        </ContentPage.Content>
    </ContentPage>
using Syncfusion.SfSchedule.XForms;
    using Xamarin.Forms;

    namespace GettingStarted
    {
        public class App : Application
        {
            SfSchedule schedule;
            public App()
            {
                InitializeComponent();
                //Creating new instance for SfSchedule
                schedule = new SfSchedule();
                MainPage = new ContentPage { Content = schedule };
            }
        }
    }

Globalization and localization

Globalization support in Xamarin.Forms Scheduler

Globalization

  • Display date-time formats and schedule headers in different cultures to meet the various needs of different regions.
  • Xamarin Scheduler also supports changing the first day of the week.

Localization support in Xamarin.Forms Scheduler

Localization

Localize all static text in the Xamarin scheduler.

Right to left support in Xamarin.Forms.scheduler

Right to left(RTL)

Provides right to left flow direction support in Xamarin Scheduler control.



150+ XAMARIN UI CONTROLS

ALL CONTROLS
  • Xamarin.Forms
  • Xamarin.Android
  • Xamarin.iOS
The most downloaded control (based on the nuget.org download count).

Frequently Asked Questions

The Syncfusion Xamarin Scheduler supports the following features:

You can find our Xamarin Scheduler demo, which demonstrates how to render and configure Scheduler.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion Xamarin.Forms Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile