Now with Outlook Calendar support

Embed scheduling into your product — API-first.

Developer-first scheduling with event types, availability rules, calendar sync, webhooks, and embeddable booking.

Free plan forever · Setup in 5 minutes
meeva.app/book/demo
S
M
T
W
T
F
S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
9:00 AM
9:30 AM

Trusted by teams building the future

Acme CorpTechStartDevFlowCloudBaseDataSync

Everything you need to schedule

Don't waste months building calendar logic. Meeva handles the hard stuff.

API-First Design

Built for developers from day one. RESTful API with comprehensive documentation and SDKs.

Smart Scheduling

Intelligent availability detection, timezone handling, and conflict resolution out of the box.

Enterprise Security

SOC 2 Type II compliant. Your data is encrypted at rest and in transit.

Lightning Fast

Sub-100ms response times. Built on edge infrastructure for global performance.

Works with your favorite tools

Seamlessly sync with the calendars and tools your team already uses.

Google Calendar
Outlook
31Apple Calendar
Zoom
Slack
Salesforce

And many more... View all integrations →

availability.ts
// Get available time slots
const slots = await meeva.availability.list({
  eventType: 'demo-call',
  dateRange: {
    start: '2024-03-20',
    end: '2024-03-27'
  },
  timezone: 'America/New_York'
});

// Returns structured availability
slots.forEach(slot => {
  console.log(slot.startTime, slot.endTime);
});

Built for developers

Everything you need to integrate scheduling into your application with minimal effort.

  • RESTful API with OpenAPI specification
  • Official SDKs for Node.js, Python, and Ruby
  • Real-time webhooks for all events
  • Embeddable booking widgets
  • Comprehensive API documentation
  • Sandbox environment for testing

Simple, transparent pricing

Start free, scale as you grow. No hidden fees.

Free

Perfect for side projects and testing.

$0/month
  • 100 bookings/month
  • 1 event type
  • Email notifications
  • Basic API access
Get Started
Most Popular

Pro

For growing teams and startups.

$29/month
  • Unlimited bookings
  • Unlimited event types
  • Calendar integrations
  • Webhooks
  • Priority support
  • Custom branding
Start Free Trial

Enterprise

For large organizations with custom needs.

Custom
  • Everything in Pro
  • SSO / SAML
  • Dedicated account manager
  • SLA guarantee
  • On-premise deployment
  • Custom integrations
Contact Sales

Ready to get started?

Sign up for free and start embedding scheduling into your product today. No credit card required.