Wix Bookings: Calendar Page

The Bookings Calendar page has a dashboard plugin slot. Slots are the placeholders in the UI for plugins. The slot ID is the value for the required extends field when configuring the plugin in the Wix Dev Center.

Location in dashboard

Booking Calendar > Calendar

To add the Calendar dashboard page to your site, install the Wix Bookings app from the App Market.

Dashboard menu plugin slots

The Bookings Calendar page features a dashboard menu plugin slot.

Slot: More actions menu

Sample use case

Add a meeting notes and agendas plugin to the Bookings Calendar's more action menu, enabling site owners to add notes and set agendas for events.

Configuration

The target page or modal can retrieve dashboard page data using the withDashboard() function from the dashboard-react SDK or the observeState() function from the dashboard SDK.

Use the following slot ID for the extends property in your dashboard menu plugin's configuration in the Dev Center:

slot ID: f3ad314d-0704-48e5-86b5-81acaf43e036

For example:

Copy
1

Important: The hosting platform must be "BUSINESS_MANAGER".

Multiple plugins in the same slot

Menu plugin slots can host multiple plugins.

The menu plugins are displayed one on top of the other and ordered by date created, with the most recently created plugin displayed at the bottom.

Slot IDs

SlotIDParameters
More actions menu slotf3ad314d-0704-48e5-86b5-81acaf43e036

See also

Was this helpful?
Yes
No