Check padel court availability and manage bookings via the padel CLI.
```bash
padel # On PATH (moltbot plugin bundle)
```
Use the configured venue list in order of preference. If no venues are configured, ask for a venue name or location.
```bash
padel bookings list 2>&1 | head -3
```
```bash
padel search --venues VENUE1,VENUE2 --date YYYY-MM-DD --time 09:00-12:00
```
Only the authorized booker can confirm bookings. If the requester is not authorized, ask the authorized user to confirm.
Leave a review
No reviews yet. Be the first to review this skill!