A backend event that fires when a Wix event is created or copied.
The onEventCreated()
event handler runs when a Wix event is created or copied in your site.
The received CreatedEvent
object contains information about the new Wix event that was created/copied.
Note: Backend events are not fired when previewing your site.
Information about the event that was created.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.