onEventCreated( )


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.

Method Declaration
Copy
Method Parameters
eventCreatedEventRequired

Information about the event that was created.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?