Skip to content

Syncfusion Xamarin.Forms SFSchedule Helper methods for recurring appointments

License

Notifications You must be signed in to change notification settings

bbl-Laobu/SFScheduleHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFScheduleHelper

Xamarin.Forms Syncfusion SFSchedule Helper methods for recurring appointments

Functions

Rule <=> Properties converter for recurring appointments.

How to use

Rule=>Properties:
RecurrenceConverter converter = new RecurrenceConverter();
RecurrenceProperties properties = converter.Convert(recurenceRule, startDate);

Properties=>Rule:
RecurrenceConverter converter = new RecurrenceConverter();
string rule = converter.Convert(recurrenceProperties);

Install

Option 1: Copy and Paste the classes into your project
Option 2: Create Nuget Package and import into your project

Links

Appointment Recurrence Docs: https://help.syncfusion.com/xamarin/sfschedule/data-bindings#recurrence-appointment Plugin Docs: https://help.syncfusion.com/xamarin/sfschedule/overview

About

Syncfusion Xamarin.Forms SFSchedule Helper methods for recurring appointments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages