cal-schedule
Installation
SKILL.md
Cal.com Scheduling
Cal.com is available at http://{{CALCOM_HOST}}:{{CALCOM_PORT}} within the Docker network.
List Bookings
curl -X GET "http://{{CALCOM_HOST}}:{{CALCOM_PORT}}/api/v1/bookings?apiKey=$CALCOM_API_KEY"
Create Event Type
curl -X POST "http://{{CALCOM_HOST}}:{{CALCOM_PORT}}/api/v1/event-types?apiKey=$CALCOM_API_KEY" \
-H "Content-Type: application/json" \
-d '{"title": "30min Meeting", "slug": "30min", "length": 30}'