PRO version only
Manual appointments are located in Easy Scheduling > Appointments > Manual Appointments
Manual appointments allow you to reserve appointment slots without creating a WooCommerce order.
This is useful for appointments created outside the website, such as:
- phone reservations
- in-store bookings
- email requests
- external scheduling systems
Manual appointments update availability exactly like standard appointments.
Add an appointment
To create a manual appointment:
- Open the Manual Appointments page
- Click Add Appointment
- Select a product
- Configure the appointment date and time
- Set the quantity if needed
- Save the appointment

The selected appointment slot will immediately become unavailable based on the configured availability rules.
Edit or delete an appointment
Existing manual appointments can be edited or removed at any time.

Editing an appointment automatically refreshes availability.
Deleting an appointment restores the corresponding availability.
Add appointments from a CSV file
Multiple appointments can be imported using a CSV file.
The CSV file must include a header row.
Available columns:
| Column | Type | Description |
|---|---|---|
product_id | Integer | WooCommerce product ID |
date | Date | Format: 2026-05-25 |
time | Time | Format: 08:00:00 |
qty | Integer | Appointment quantity |
notes | String | Optional appointment notes |
Example
product_id, date, time, qty, notes
125, 2026-05-25, 08:00:00,2,Phone reservation
248,2026-05-26,14:30:00,1
Notes
- The
datecolumn can be empty - The
notescolumn can be empty - Date values must use the
YYYY-MM-DDformat - Time values must use the
HH:MM:SSformat