CalendarHero
CalendarHero is a versatile scheduling tool designed to streamline and simplify your calendar management. It integrates seamlessly with your existing calendars, allowing you to efficiently schedule, reschedule, and manage meetings with ease.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
CalendarHero authenticates with an API key. Generate the credential in your CalendarHero account, then paste it into FlyMyAI the first time an agent uses a CalendarHero action.
Get your CalendarHero credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
CalendarHero API Token | The API authentication token for accessing CalendarHero's API. Obtain your API token from CalendarHero under 'My Account' > 'My Profile Settings' > 'API'. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
CALENDARHERO_ADD_CALENDAR_CONNECTION | Tool to add a calendar integration to a user's account. use after gathering provider credentials. | directory |
CALENDARHERO_CREATE_CONTACT | Tool to create a new contact. use after confirming contact details before making the api call. | email |
CALENDARHERO_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. | subject, dateStart, dateEnd |
CALENDARHERO_FETCH_CONTACT | Fetch contact | id |
CALENDARHERO_FETCH_MEETING_DETAILS | Tool to fetch details for meetings within a specified timeframe. use this after user provides start and end datetimes in iso8601. | start, end |
CALENDARHERO_FETCH_USER_PROFILE | Tool to fetch the profile details of the authenticated user. use after obtaining a valid access token. | - |
CALENDARHERO_LIST_MEETINGS | Tool to retrieve the user's meetings within a specified timeframe. use after confirming date range to fetch raw calendar data. | start, end |
CALENDARHERO_LIST_MEETING_TEMPLATES | Tool to list all meeting templates available for quick scheduling. use after authenticating and when you need to retrieve available templates before scheduling. | - |
CALENDARHERO_LIST_MEETING_TYPES | Tool to retrieve the user's configured meeting types. use after authenticating with calendarhero. | - |
CALENDARHERO_LIST_USER_CALENDARS | Tool to list all calendar integrations connected to a user's calendarhero account. use after authenticating when you need to retrieve available calendars for scheduling. | - |
CALENDARHERO_SEARCH_CONTACT | Tool to search for existing contacts. use after confirming a need to find contacts by email or name. | - |
CALENDARHERO_SEND_REMINDER | Tool to send a reminder to a contact about their scheduled meeting. use after confirming the meeting task id to notify participants. | id |
CALENDARHERO_UPDATE_CONTACT | Tool to update details of an existing contact. use when you have the contact's id and want to apply changes. example: 'update contact 507f1f77bcf86cd799439011 with a new email.' | id, email |