IRecurrenceBuilder

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.

1 Reply

SG Swathi Gopal Syncfusion Team December 18, 2017 11:17 AM UTC

Hi Martin, 
 
Thank you for contacting Syncfusion Support. 

We have created a support incident under your account to track the status of this query with daily recurrence. Please log on to our support website to check for further updates. 
 
  
Please let us know, if you have any query. 
 
Regards, 
Swathi G 


Loader.
Up arrow icon