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.

Was this helpful?
Yes
No