Wix Events: Event Details Page

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

Slots

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

events-slots

The slots are represented by the following placement objects:

Copy
Copy

Event plugin API

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

The 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

In your site plugin 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).

Did this help?