https://github.com/syncfusionexamples/xamarin-forms-appointment-scheduler
This repository contains a cross-platform appointment scheduler app built using Xamarin.Forms and Syncfusion scheduler control.
https://github.com/syncfusionexamples/xamarin-forms-appointment-scheduler
android-calendar appointment calendar calendar-view cross-platform ios-calendar scheduler syncfusion windows-calendar
Last synced: 7 months ago
JSON representation
This repository contains a cross-platform appointment scheduler app built using Xamarin.Forms and Syncfusion scheduler control.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/xamarin-forms-appointment-scheduler
- Owner: SyncfusionExamples
- Created: 2019-04-04T12:03:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T13:41:54.000Z (about 2 years ago)
- Last Synced: 2024-04-14T12:07:22.276Z (almost 2 years ago)
- Topics: android-calendar, appointment, calendar, calendar-view, cross-platform, ios-calendar, scheduler, syncfusion, windows-calendar
- Language: C#
- Homepage: https://www.syncfusion.com/xamarin-ui-controls/scheduler
- Size: 1.43 MB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Appointment scheduler in Xamarin.Forms
This app loads the appointments in a calendar and allows you to reschedule the appointments by drag and drop, and add new appointments. It also provides four different types of views such as day view, week view, work week view, and month view to manage your schedule in a perfect way.
## Syncfusion Controls
This project uses the following Syncfusion controls:
* [SfSchedule](https://www.syncfusion.com/xamarin-ui-controls/scheduler) - To show the appointments.
* [SfDataForm](https://www.syncfusion.com/xamarin-ui-controls/dataform) - To add a new appointment.
## Screenshots


## Supported platforms
| Platforms | Supported versions |
| --------- | ------------------ |
| Android | API level 19 and later versions |
| iOS | iOS 9.0 and later versions |
Refer to the following link for more details:
[System Requirements](https://help.syncfusion.com/xamarin/installation-and-upgrade/system-requirements)
## Requirements to run the sample
* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) or [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/)
* Xamarin add-ons for Visual Studio (available in Visual Studio installer)
## How to run the sample
1. Clone the sample and open it in Visual Studio.
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
2. Register your license key in the App.cs file as demonstrated in the following code.
public App()
{
//Register Syncfusion license
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
InitializeComponent();
MainPage = new NavigationPage(new MainPage());
}
Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#xamarinforms) for more details.
3. Set any one of the platform specific projects (iOS, Android or UWP) as a start-up project.
4. Clean and build the application.
5. Run the application.
## License
Syncfusion has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage that is related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.