book_room
Reserve a room for a specific date and time slot by providing room, date, start time, and end time. Use it to create bookings in Nexudus coworking spaces.
Instructions
Book a room for a specific time slot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format | |
| room | Yes | Room name (partial match OK) or numeric room ID | |
| notes | No | Optional booking notes | |
| end_time | Yes | End time in HH:MM 24-hour format | |
| start_time | Yes | Start time in HH:MM 24-hour format |