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.
Example Use Cases
These are the CalendarHero actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
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.
Creates a new contact in CalendarHero with the provided contact information. Returns the unique identifier of the created contact.
Tool to create a new meeting request in CalendarHero. Use when scheduling a meeting with participants, time range, and additional details.
Tool to delete a contact from CalendarHero by its unique identifier. Use when you need to permanently remove a contact from the system.
Tool to delete a meeting task/request from CalendarHero. Use when you need to remove a meeting task by its ID.
Tool to delete a user directory by its UUID. Use when you need to remove a directory from the user's account.
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
Tool to fetch details for meetings within a specified timeframe. Use this after user provides start and end datetimes in ISO8601.
Tool to fetch the profile details of the authenticated user. Use after obtaining a valid access token.