I seem to be missing something, as the following implementation of the IRecurrenceBuilder interface only ever returns an empty RRULE string:
Syncfusion.SfSchedule.XForms.Droid.RecurrenceBuilder
I would have expected RRuleGenerator(recurrenceProperties, StartDate, EndDate), called with the following values, to return something along the lines of "FREQ=DAILY;INTERVAL=1", but instead it returns an empty string.
new RecurrenceProperties
{
RecurrenceType = RecurrenceType.Daily
}
Start Date: 15/12/2017 16:56:40
End Date: 15/12/2017 18:56:00
I have tried changing various RecurrenceProperties values without any luck.