I have the following json saved from an export:
description: “”
start: “2020-01-07T11:00:00”
id: “2127-29-25-26-28”
calendar: “My Resource Id”
end: “2020-01-07T13:00:00”
recurrenceRule: “DTSTART=20200107T160000Z;UNTIL=99991231T050000Z;COUNT=1000;FREQ=MONTHLY;BYDAY=SU,MO,TU,WE,TH,FR,SA;WKST=MO;INTERVAL=1”
recurrenceException: null
When I load this via localData in the source the appointment shows up in the right place. However, when I go to edit the series I get a javascript error:
Uncaught TypeError: Cannot read property ‘0’ of undefined
Additionally, it doesn’t appear to correctly save the “day of the month” information (i.e. third friday).