We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Recurrence Exception not working in blazor - from 141922

GX 

Mar 28, 2023 01:01 PM

Hey Karthigeyan ,

Recurrence Exception not working me in blazor. Do you have any idea ?


1 Reply

VR Vijay Ravi Syncfusion Team March 29, 2023 10:29 AM UTC

Hi GX,


We prepared a sample with RecurrenceException and checked your reported query at our end. But it works as expected. Try the shared sample. If you still facing the issue share the below information it will help us to provide solution for your query earlier.


  • Reproduce the issue in our shared sample or
  • Issue reproducing sample or
  • Entire schedule related code snippet.
  • Steps to reproduce the issue or video demo shows your reported issue.
  • Syncfusion.Blazor.Schedule NuGet version.


[index.razor]

   List<AppointmentData> DataSource = new List<AppointmentData>

    {

        new AppointmentData { Id = 1, Subject = "Paris", StartTime = new DateTime(2018, 1, 28, 10, 0, 0) , EndTime = new DateTime(2018, 1, 28, 12, 30, 0),

        RecurrenceRule = "FREQ=DAILY;INTERVAL=1;COUNT=7", RecurrenceException = "20180129T043000Z,20180131T043000Z"},

    };


Output screenshot:

Regards,

Vijay Ravi


Attachment: recurrenceException_e58a7949.zip

Loader.
Live Chat Icon For mobile
Up arrow icon