bbl-Laobu / SFScheduleHelper

Syncfusion Xamarin.Forms SFSchedule Helper methods for recurring appointments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C# 100.0%