Hello,
Is there a way to access the newly created event in the "on event created" handler for a calendar?
On the same train of thought, is there a way to access the updated event in the "on event updated" handler?
The only ideas I've had for the first is to load the newest item from the array and just blindly use that, which should probably work for the "on created" handler, but fails for the updateds, or to keep the previous calendar.events and diff the two arrays to attempt and find changes.
It would be much easier if there were a way of accessing that directly, similar to how the table component handles it with "recordUpdates" and "newRow"; Am I missing something or is that functionality missing?
Additionally, assigning a value to selectedEvent seems to have no effect and no setter seems to exist, is that intentional?
Best regards,
Benedikt