Our powerful JS Calendar component


Post by marland »

Hello everyone! I pass event to Calendar from JSON string (check screenshot) everything works fine - except exceptionDates for recurring events. I pass it like

"exceptionDates":{"2021-08-03":1}

but calendar still show this event. What I do wrong?

Attachments
photo1629456099.jpeg
photo1629456099.jpeg (139.84 KiB) Viewed 284 times

Post by mats »

Looks like we misdocumented exceptionDates, try providing a string (comma separated) or an array of strings.

"exceptionDates": ["2021-08-03"]

Post Reply