I have a recurring series and I am able to individually edit the occurrences or delete them, and they are being rendered and persisted properly.
However, when I edit the entire series, new copy instances are being rendered in addition to the individually edited occurrences. And new copy instances are being rendered in the place of the deleted occurrences
Is this behavior intentional? Do I have something configured wrong?
I am using UTC time:
scheduler.config.occurrence_timestamp_in_utc = true;
scheduler.config.server_utc = true;
Thanks,
Will