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.
The following image shows slots in the Event Details page, into which users can add plugins.
The slots are represented by the following placement
objects:
Use the Event plugin API to integrate with the plugin's host.
The API provides data about the current event.
Property | Type | Description |
---|---|---|
eventId | String | The ID of the event that is currently applied on the plugin's host. |
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.