AI Agent Access Enabled
AI assistants can book meetings with Tommi Koirikivi programmatically. Use the OpenAPI spec or plugin manifest for integration details.
To book a meeting: 1) GET /api/public/event-types/list?username=tommik to see available event types. 2) GET /api/public/availability?username=tommik&date=YYYY-MM-DD to check slots. 3) POST /api/public/bookings with {eventTypeId, name, email, startTime, timezone}.