Importing Event Services
Import Event services (bookable services used on appointments) in bulk.

Event services import is gated by Events Advanced on your plan. Types you cannot use appear locked on the Import type grid.
Step-by-Step Guide
- Open the app drawer.
- Go to Configurations.
- Under Data Management, tap Import.
- Choose Event services on the type grid.
- Optionally tap Download template for a CSV starter (your live export).
- Upload a CSV, XLS, or XLSX file, review the preview, then confirm Import.
Prefer importing Categories (and Areas if your services use them) first when the store is empty.
Field Reference
The columns below are exactly the columns Download template gives you, in the same order.
| Field | Description | Required | Possible Values | Example |
|---|---|---|---|---|
| id | UUID identifier for the event service. Leave empty to create a new entry. | 123e4567-e89b-12d3-a456-426614174000 | ||
| name | Name of the bookable service. Also serves as the identifier — an existing name updates the matching service. | Yes | Barista Workshop | |
| description | A short note about the service. | Hands-on espresso class | ||
| is_active | Whether the service can be booked. Defaults to YES if empty. | YES, NO | YES | |
| duration_minutes | How long the booking runs, in whole minutes. | Yes | Whole number, 0 or more | 90 |
| buffer_before_minutes | Prep time reserved before the booking. Defaults to 0 if empty. | Whole number, 0 or more | 15 | |
| buffer_after_minutes | Clean-up time reserved after the booking. Defaults to 0 if empty. | Whole number, 0 or more | 15 | |
| preparation_time_minutes | Time needed to prepare for the service, in minutes. Defaults to 0 if empty. | 0 to 999999.99 | 10 | |
| max_concurrent | How many of these can run at the same time. Defaults to 1 if empty. | Whole number, 1 or more | 6 | |
| currency | ISO currency code. Export only — the import always uses your store currency and ignores this column. | ISO Currency Code | PHP | |
| color | Hex color used on the schedule board. | Up to 32 characters | #B45309 | |
| sort_order | Display order on the booking list. | Whole number, 0 or more | 1 |
There is no duration unit column — a duration is always whole minutes. Prices are not set here: what the customer pays comes from the catalog items you attach to the service.
Tips
- Match column headers to the sample CSV.
- Leave id empty to create; supply id to update.
- After import, attach catalog items on each event service in Sell → Event Services if needed.