Hello all.
Getting an error on your example when I change to data record.
scheduler-recurring-appointment.htm
Change:
var appointment1 = {
id: “id4”,
description: “”,
style: “#AA4643”,
location: “”,
subject: “New Projects Planning”,
calendar: “Room 2”,
recurrenceRule: “”,
recurrenceException: “”,
from: new Date(2017, 10, 22, 8, 0, 0),
to: new Date(2017, 10, 22, 13, 0, 0)
}
In the example the last appointment4 is the only record with the recurring fields added.
So, when reading from a json query that has the recurring fields and they are blank an error occurs…
How do I handle the change in the different records I am querying?
Thanks,
Eric