RecurrenceException is not working in Safari and Firefox

Hi! 
I have a problem with my events and the RecurrenceException. 

I have these two events:


   {
            "EndTime": 1648585800,
            "IsBlock": false,
            "IsCanceled": false,
            "IsPrivate": false,
            "IsReadOnly": false,
            "RecurrenceException": "20220329",
            "RecurrenceID": null,
            "RecurrenceRule": "FREQ=DAILY",
            "StartTime": 1648584000,
            "Subject": "Prueba rec",
            "id": 834,
        },
        {
            "EndTime": 1648586700,
            "IsBlock": false,
            "IsCanceled": false,
            "IsPrivate": false,
            "IsReadOnly": false,
            "RecurrenceID": 834,
            "ReminderRule": null,
            "StartTime": 1648584900,
            "Subject": "Prueba rec",
            "id": 835,
        }


In Chrome it looks like these: 

Captura de Pantalla 2022-03-29 a la(s) 21.21.37.png

This is correct because the RecurrenceException value is 20220329 which hides the original event of this day.


But in Safari and Firefox it looks like this: 
Captura de Pantalla 2022-03-29 a la(s) 21.23.46.png

The original event is not hidden 


Do you have any idea why this happens?




1 Reply 1 reply marked as answer

RM Ruksar Moosa Sait Syncfusion Team March 31, 2022 02:48 PM UTC

Hi Brandon,


We would like to let you know that It is mandatory to specify the recurrenceException in UTC format. For more information kindly refer to the following link and let us know if you need further assistance.


UG: https://ej2.syncfusion.com/react/documentation/schedule/appointments/#recurring-events

Sample: https://stackblitz.com/edit/react-as3plv-evmnzq


Regards,

Ruksar Moosa Sait


Marked as answer
Loader.
Up arrow icon