CalendarHero icon

CalendarHero

Meeting scheduling service for calendar connections, meeting requests, meeting types, contacts, and webhook event subscriptions.

Tailored to scheduling assistants that connect calendars, propose meeting times, manage contact lists, and listen for meeting lifecycle webhooks.

Sign in to connect CalendarHero

Sign in to connect an account and start using CalendarHero in your apps.

Example Use Cases

These are example ways Snow can use CalendarHero when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Add Calendar Connection

Add a new calendar directory/connection to the user's CalendarHero account. A directory is a calendar connection configuration that groups meeting types together. Use this to organize different types of meetings (e.g., sales calls, team meetings) under separate calendar connections. Returns the unique ID of the created directory.

Create Contact

Creates a new contact in CalendarHero with the provided contact information. Returns the unique identifier of the created contact.

Create Meeting Request V2

Tool to create a new meeting request in CalendarHero. Use when scheduling a meeting with participants, time range, and additional details.

Create Webhook

Creates or updates a webhook for a specific event type in CalendarHero. Use this to register a URL endpoint that will receive notifications when events occur (e.g., when a meeting request succeeds or a new contact is added).

Delete Contact

Tool to delete a contact from CalendarHero by its unique identifier. Use when you need to permanently remove a contact from the system.

Delete Meeting Task

Tool to delete a meeting task/request from CalendarHero. Use when you need to remove a meeting task by its ID.

Delete Meeting Type

Tool to delete a meeting type from the authenticated user's CalendarHero account. Use when you need to remove a meeting type configuration. Note: Cannot delete meeting types that have active or upcoming meetings scheduled.

Delete User Directory

Tool to delete a user directory by its UUID. Use when you need to remove a directory from the user's account.

Delete Webhook

Tool to delete a webhook subscription for a specific event type. Use when you need to remove a webhook listener that was previously registered for CalendarHero events.

Fetch Contact

Fetch Contact