✨ New! Bookpetal now supports group scheduling and round-robin routing. Learn more →

Quick Start Guide

Welcome to Bookpetal! This guide will help you set up your scheduling in under 5 minutes.

Step 1: Connect your calendar

Navigate to Settings → Calendars and connect your Google Calendar, Outlook, or Apple Calendar. This ensures Bookpetal knows when you're available.

// Example: Checking availability via API
const response = await fetch('https://api.bookpetal.com/v1/availability', {
  headers: { 'Authorization': 'Bearer YOUR_API_KEY' }
});
const slots = await response.json();

Step 2: Create an event type

Go to Event Types → New Event Type. Choose from one-on-one, group, or round-robin. Set the duration, location, and any custom questions.

Step 3: Share your link

Copy your booking link from the dashboard and share it via email, embed it on your website, or add it to your email signature.

Step 4: Get booked

When someone books a time, you'll both receive a confirmation email with calendar invites and video meeting links automatically attached.