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:
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:
The original event is not hidden
Do you have any idea why this happens?