/SFScheduleHelper

Syncfusion Xamarin.Forms SFSchedule Helper methods for recurring appointments

Primary LanguageC#MIT LicenseMIT

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