Wix Events: Event Details Page

Note: Plugins for the Event Details page are currently in beta testing, and are available only for a closed group of developers. Please get in touch if you want to try this feature out.

Following are the slots and APIs that are available when building a plugin for the Event Details Page.

Slots

The following image shows slots in the Event Details page, into which users can add plugins.

Plugin API

Use the following API to integrate with the plugin's host.

EVENT

The EVENT API provides data about the current event.

PropertyTypeDescription
eventIdStringThe ID of the event that is currently applied on the plugin's host.

Code example

Copy
1

In your Blocks widget or in your app's server code, you may want to perform actions or implement logic that is dependent on the current event or related data.

You can do this using the Wix Events APIs (Velo and REST).

Was this helpful?
Yes
No