eavz
TidyCal

TidyCal

Simple scheduling and booking platform for appointments and meetings

4 actions
1 trigger

Actions

Name
list_bookings

List all bookings for the authenticated user

get_booking

Get details of a specific booking by ID

list_booking_types

List all booking types for the authenticated user

custom_api_call

Make a custom API call to the TidyCal API

Triggers

Name
new_booking

Triggers when a new booking is created

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'tidycal',
  actionName: 'list_bookings',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect TidyCal to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does TidyCal support?

TidyCal supports 4 actions including List Bookings, Get Booking, List Booking Types, Custom API Call.

Can I use TidyCal with AI agents?

Yes. Add TidyCal to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does TidyCal use?

TidyCal uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the TidyCal integration cost?

The TidyCal integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does TidyCal support?

TidyCal supports 1 triggers including New Booking.

Connect TidyCal in 2 minutes

Get 1,000 free actions every month. No credit card required.