Cal
Cal simplifies meeting coordination by providing shareable booking pages, calendar syncing, and availability management to streamline the scheduling process
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
Cal authenticates with an API key. Generate the credential in your Cal account, then paste it into FlyMyAI the first time an agent uses a Cal action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API key | Your Cal API credential. Create or find it in your account settings (usually under API / Developer settings). (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 |
|---|---|---|
CAL_ADD_MEMBER_TO_TEAM_USING_ORG_AND_TEAM_ID | Adds a new member to a specified team within an organization by creating a team membership. | orgId, teamId, userId |
CAL_ADD_ORGANIZATION_ATTRIBUTE_OPTION | Adds a new option to an organization's attribute, requiring a display 'value' and a 'slug' unique for that attribute. | orgId, attributeId, value, slug |
CAL_CAL_DELETE_OAUTH_CLIENT_WEBHOOK | Permanently deletes a specific webhook subscription of an oauth client in the cal application, stopping its notifications. | clientId, webhookId |
CAL_CANCEL_BOOKING_VIA_UID | Cancels an existing and active cal.com booking using its unique identifier (uid). | bookingUid |
CAL_CHECK_CALENDAR_VERSION2 | Retrieves free/busy availability for a specified calendar to aid scheduling without revealing event details; requires an existing, accessible calendar, noting that data granularity can vary. | calendar |
CAL_CHECK_GCAL_SYNCHRONIZATION_STATUS | Call this read-only action to verify the connection and synchronization status of a user's google calendar integration with cal. | - |
CAL_CHECK_ICS_FEED_CALENDAR_ENDPOINT | Checks an ics feed url (expected as a query parameter) to verify its validity, accessibility, and icalendar data integrity. | - |
CAL_CHECK_STRIPE_STATUS | Verifies if stripe is correctly connected to the cal scheduling system and functional for processing payments, reporting only on the integration's status. | - |
CAL_CHECK_TEAM_STRIPE_INTEGRATION_STATUS | Retrieves the stripe integration status and related information for a team, primarily to verify account connection, subscription details, or payment setup; this is a read-only operation that does not modify stripe settings. | teamId |
CAL_CONFIRM_BOOKING_BY_UID | Confirms an existing booking by 'bookinguid' if the booking exists and is in a state allowing confirmation (e.g., not already cancelled or confirmed); this finalizes the booking, does not modify its details, and should typically be performed once. | bookingUid |
CAL_CONNECT_TO_CALENDAR | Initiates or checks the external connection status for a specified calendar, possibly returning a redirect url for user authorization to complete integration, without altering calendar data. | calendar |
CAL_CREATE_MEMBERSHIP_FOR_ORGANIZATION | Creates a new membership or updates an existing one for a user within an organization; the user specified by userid must already exist in the system. | orgId, userId |
CAL_CREATE_OAUTH_CLIENT_USER | Creates a new managed user for an oauth client, setting profile and scheduling preferences; if 'timezone' is not provided, a default schedule (mon-fri, 9am-5pm) is not created, requiring manual setup via '/schedules' endpoint before bookings are possible. | clientId, email, name |
CAL_CREATE_OAUTH_CLIENT_WEBHOOK_CONFIGURATION | Creates a webhook for an existing oauth client to send real-time cal.com event notifications (e.g., 'booking created', 'meeting ended') to the 'subscriberurl', enabling integration with external systems or workflow automation. | clientId, active, subscriberUrl, triggers |
CAL_CREATE_ORGANIZATION_ATTRIBUTES | Creates a new custom attribute for an existing organization, used to enhance data collection for event bookings or user profiles. | orgId, name, slug, type, options |
CAL_CREATE_ORGANIZATION_WEBHOOK_BY_ORG_ID | Creates a webhook for a specified, existing organization, sending notifications for selected trigger events to a designated, publicly accessible subscriber url that accepts post requests. | orgId, active, subscriberUrl, triggers |
CAL_CREATE_OR_UPDATE_TEAM_PROFILE | Creates a new team profile, or updates one if a 'slug' matches, customizing branding, scheduling, privacy, and operational details. | name |
CAL_CREATE_PHONE_CALL_EVENT | Schedules a phone call event in cal.com using existing eventtype, organization, and team ids; this action only registers the event details and does not initiate the actual phone call. | eventTypeId, orgId, teamId, yourPhoneNumber, numberToCall, calApiKey |
CAL_CREATE_PHONE_CALL_FOR_EVENT_TYPE | Creates a phone call template associated with an existing event type and team, for defining reusable call configurations like numbers and scripts; note this does not initiate an actual call. | eventTypeId, teamId, yourPhoneNumber, numberToCall, calApiKey |
CAL_CREATE_TEAM_EVENT_TYPE | Creates a new event type for a specified team in cal.com; ensure 'teamid', any provided 'scheduleid', 'hosts.userid', and 'destinationcalendar' details are valid and accessible. | teamId, lengthInMinutes, lengthInMinutesOptions, title, slug, hosts |
CAL_CREATE_TEAM_EVENT_TYPES_WITH_CUSTOM_OPTIONS | Creates a highly customizable cal.com team event type with extensive scheduling, booking, and host assignment options; 'lengthinminutes' (as string) must be included in 'lengthinminutesoptions', destination calendar details (from '/api/v2/calendars') must be… | orgId, teamId, lengthInMinutes, lengthInMinutesOptions, title, slug, hosts |
CAL_CREATE_TEAM_IN_ORGANIZATION | Creates a new team with customizable attributes within an existing and accessible cal.com organization specified by orgid. | orgId, name |
CAL_CREATE_TEAM_MEMBERSHIP_WITH_ROLE | Adds a user to a team with a specified role, acceptance status, and impersonation settings; ensure 'teamid' and 'userid' refer to existing, valid entities. | teamId, userId |
CAL_CREATE_USER_AVAILABILITY_SCHEDULE | Creates a cal.com user availability schedule, defining its name, timezone, weekly recurring availability, and specific date overrides; if 'isdefault' is true, this schedule replaces any existing default and applies to event types not linked to a specific sche… | name, timeZone, isDefault |
CAL_CREATE_USER_SCHEDULE_IN_ORGANIZATION | Creates a new schedule defining a user's availability with weekly slots and date-specific overrides in an organization; setting 'isdefault' to true may replace an existing default schedule for the user. | orgId, userId, name, timeZone, isDefault |
CAL_CREATE_WEBHOOK_FOR_EVENT_TYPE | Creates a webhook for an existing 'eventtypeid' in cal.com, sending notifications for specified 'triggers' to a 'subscriberurl' that handles post requests. | eventTypeId, active, subscriberUrl, triggers |
CAL_DECLINE_BOOKING_WITH_REASON | Declines a pending booking using its bookinguid, optionally with a reason; this action is irreversible and applies only to bookings awaiting confirmation. | bookingUid |
CAL_DELETE_CONFERENCE_APP_CONNECTION | Disconnects the specified conferencing application (e.g., 'zoom', 'google meet') for the cal.com account, immediately terminating any ongoing call or meeting; use with caution. | app |
CAL_DELETE_EVENT_TYPE_BY_ID | Permanently deletes an existing event type by its id, which invalidates its scheduling links; the operation is irreversible, and while existing bookings are unaffected, no new bookings can be made for this event type. | eventTypeId |
CAL_DELETE_EVENT_TYPE_IN_TEAM | Permanently removes an event type's configuration from a team's scheduling options (e.g., for cleanup); this action is irreversible and requires the event type to be associated with the team. | teamId, eventTypeId |
CAL_DELETE_MEMBERSHIP_IN_TEAM | Use to permanently remove a user's membership from a specific team within an organization, which revokes their team-associated access but does not remove them from the organization. | orgId, teamId, membershipId |
CAL_DELETE_OAUTH_CLIENT_USER | Irreversibly revokes a specific user's association with a given oauth client, without deleting the user's cal account. | clientId, userId |
CAL_DELETE_ORGANIZATION_ATTRIBUTE | Permanently deletes an existing attribute (specified by 'attributeid') from an existing organization (specified by 'orgid'); this action is irreversible and may affect features dependent on the attribute. | orgId, attributeId |
CAL_DELETE_ORGANIZATION_ATTRIBUTE_OPTION | Permanently deletes a specified option from an organization's attribute, typically to remove an unnecessary configuration choice. | orgId, attributeId, optionId |
CAL_DELETE_ORGANIZATION_MEMBERSHIP | Irreversibly deletes a user's membership from an organization, removing all associated access and permissions; the response confirms deletion without returning details of the deleted membership. | orgId, membershipId |
CAL_DELETE_ORG_WEBHOOK | Permanently deletes an organization's webhook, which stops all its notifications; this action is irreversible and the webhook cannot be recovered. | webhookId, orgId |
CAL_DELETE_SCHEDULE_BY_ID | Permanently deletes a specific schedule using its unique identifier, which must correspond to an existing schedule. | scheduleId |
CAL_DELETE_SELECTED_CALENDARS | Removes a specified, currently selected calendar from the user's active list within the application, without deleting it from the external provider. | integration, externalId, credentialId |
CAL_DELETE_SELECTED_SLOT | Deletes a previously selected time slot from the cal schedule using its 'uid'; the slot must exist and this action is irreversible. | uid |
CAL_DELETE_TEAM_BY_ID | Permanently and irreversibly deletes an existing team and all its associated data from the cal system, using the team's unique 'teamid'. | teamId |
CAL_DELETE_TEAM_FROM_ORGANIZATION | Permanently and irreversibly deletes a specific team (and all its associated data, members, and linked projects/events) from an organization, when the team is no longer needed or during organizational restructuring. | orgId, teamId |
CAL_DELETE_TEAM_MEMBERSHIPS_BY_ID | Irreversibly removes a user's team membership in the cal application, revoking access to that specific team; the user's overall cal account remains active. | teamId, membershipId |
CAL_DELETE_USER_ATTRIBUTE_OPTION | Removes a custom attribute option (e.g., skill, role) currently assigned to a user within an organization; this operation is irreversible. | orgId, userId, attributeOptionId |
CAL_DELETE_USER_FROM_ORGANIZATION | Permanently removes a user from a specific organization (user's system-wide account is unaffected), revoking their access rights therein; this action is irreversible via api and expects the user to be a current member. | orgId, userId |
CAL_DELETE_USER_SCHEDULE | Permanently deletes a specific user's schedule, provided the organization, user, and schedule (identified by 'orgid', 'userid', and 'scheduleid') exist. | orgId, userId, scheduleId |
CAL_DELETE_WEBHOOKS_FOR_EVENT_TYPE | Call this to irreversibly delete all webhooks for a specific 'eventtypeid' if the event type exists; details of deleted webhooks are not returned. | eventTypeId |
CAL_DELETE_WEBHOOK_BY_ID | Permanently deletes an existing webhook by its 'webhookid', stopping future notifications; this action is irreversible. | webhookId |
CAL_DELETE_WEBHOOK_FOR_EVENT_TYPE | Permanently deletes a specific webhook for an event type, halting its real-time notifications; this operation is irreversible and leaves the event type and other webhooks untouched. | eventTypeId, webhookId |
CAL_DISCONNECT_CALENDAR_USING_CREDENTIAL_ID | Disconnects a calendar integration by its provider name and credential id, irreversibly revoking cal's access; external calendar data remains unaffected. | calendar, id |
CAL_FETCH_ALL_BOOKINGS | Fetches a list of bookings, optionally filtered by status, attendee, date range, or by event/team ids (which must belong to/include the authenticated user respectively), with support for pagination and sorting. | - |
CAL_FETCH_EVENT_TYPE_DETAILS | Fetches all configuration settings and characteristics for a single event type (identified by orgid, teamid, and eventtypeid), which must exist and be accessible; this read-only action cannot list, create, or modify event types. | orgId, teamId, eventTypeId |
CAL_FETCH_ORGANIZATION_ATTRIBUTE_BY_ID | Retrieves a specific attribute of an organization, useful for fetching a single data point instead of the entire organization record. | orgId, attributeId |
CAL_FETCH_PROVIDER_ACCESS_TOKEN | Fetches an oauth access token for the specified 'clientid' to authenticate api calls; this action only retrieves the token, not managing scheduling or calendar events. | clientId |
CAL_FETCH_SCHEDULE_BY_ID | Fetches comprehensive details for a specific, existing schedule using its 'scheduleid'. | scheduleId |
CAL_FETCH_USER_SCHEDULE_BY_ORG_ID | Fetches a specific user's schedule, potentially including events and availability, using 'orgid', 'userid', and 'scheduleid'. | orgId, userId, scheduleId |
CAL_FETCH_WEBHOOK_BY_EVENT_TYPE_ID | Retrieves details for a single, specific webhook using its 'webhookid' and associated 'eventtypeid'. | eventTypeId, webhookId |
CAL_FORCE_REFRESH_USER_OAUTH_CLIENT | Forces an immediate refresh of oauth tokens for a specified user and client, bypassing the normal expiration cycle, typically when existing tokens are suspected to be invalid or fresh credentials are required; ensure the user exists, the client is registered,… | userId, clientId |
CAL_GET_ALL_TIMEZONES | Retrieves all supported time zone identifiers (e.g., 'america/new york', 'europe/london') and their associated metadata, excluding specific dst changes or precise utc offset details. | - |
CAL_GET_AVAILABLE_SLOTS_INFO | Retrieves available time slots for scheduling by considering existing bookings and availability, based on criteria like a specified time range and event type. | startTime, endTime, eventTypeId |
CAL_GET_CONFERENCE_OAUTH_AUTHORIZATION_URL | Generates an oauth 2.0 authorization url for a supported conferencing 'app' to initiate or refresh its integration with cal.com. | app, returnTo, onErrorReturnTo |
CAL_GET_DEFAULT_SCHEDULE_DETAILS | Retrieves the cal system's global default schedule configuration, not custom or user-specific ones. | - |
CAL_GET_EVENT_TYPE_BY_TEAM_ID | Retrieves a specific event type by its id, requiring that the event type is associated with the given team id. | teamId, eventTypeId |
CAL_GET_GOOGLE_CALENDAR_OAUTH_AUTHENTICATION_URL | Generates the initial google calendar oauth 2.0 authorization url for user redirection to begin the authentication and authorization process. | - |
CAL_GET_OAUTH_CLIENTS_USER | Retrieves users associated with a specific oauth client (identified by a valid 'clientid') for auditing access or managing permissions. | clientId |
CAL_GET_ORGANIZATION_ID | Retrieves all organization ids associated with the currently authenticated user. | - |
CAL_GET_ORGANIZATION_SCHEDULES | Retrieves a list of schedules (e.g., events, appointments) for an organization, providing basic schedule information, not detailed individual event data. | orgId |
CAL_GET_ORGANIZATION_TEAMS_EVENT_TYPES | Retrieves event types, including names, durations, and custom settings for team scheduling, for all teams within an existing organization specified by 'orgid'. | orgId |
CAL_GET_ORGANIZATION_USER_SCHEDULES | Fetches all schedule information for a specific user within an organization; handle potential pagination for extensive schedules. | orgId, userId |
CAL_GET_SCHEDULE_FOR_USER_IN_TEAM | Fetches all scheduled events or appointments for a specified user within their team and organization. | userId, orgId, teamId |
CAL_GET_STRIPE_CONNECT_INFO | Retrieves stripe connect account details (id, charges/payouts status, verification, settings) for the user's linked cal.com account; response may be empty or indicate no integration if no account is linked. | - |
CAL_GET_TEAMS_LIST | Retrieves all teams the user belongs to, including their names and members. | - |
CAL_GET_TEAM_DETAILS_BY_ORG_ID_AND_TEAM_ID | Retrieves comprehensive details (e.g., members, roles, metadata) for a specific team using its 'teamid' within an organization specified by 'orgid'. | orgId, teamId |
CAL_GET_TEAM_INFORMATION_BY_TEAM_ID | Fetches comprehensive details for an existing team using its unique id; returned fields may vary by team configuration and user permissions. | teamId |
CAL_GET_WEBHOOK_BY_ID | Retrieves details for an existing and accessible webhook by its id; this is a read-only operation. | webhookId |
CAL_HANDLE_CONFERENCING_OAUTH_CALLBACK_FOR_APP | Processes an oauth 2.0 callback for a conferencing 'app', exchanging the 'code' and 'state' for access credentials; ensure an oauth flow was previously initiated. | state, app, code |
CAL_LIST_EVENT_TYPES | Retrieves cal event types, filterable by 'username' (required if 'eventslug' is provided), multiple 'usernames', or organization details ('orgslug' or 'orgid'). | - |
CAL_LIST_ORGANIZATION_MEMBERSHIPS | Retrieves all memberships for a given organization, including user details, roles, status, and membership dates. | orgId |
CAL_LIST_TEAM_EVENT_TYPES_BY_ORG_AND_TEAM_ID | Retrieves all event types for a specific team within an organization, optionally filtering by a specific event slug. | orgId, teamId |
CAL_MARK_BOOKING_ABSENT_FOR_UID | Marks the host and/or specified attendees as absent for an existing booking, typically used after a scheduled event to record no-shows. | bookingUid |
CAL_MODIFY_ORGANIZATION_MEMBERSHIP_BY_ID | Updates an organization membership's status (accepted), role, or impersonation settings, identified by 'orgid' and 'membershipid' in the path; requires at least one of these fields in the request to apply changes. | orgId, membershipId |
CAL_MODIFY_ORG_ATTRIBUTE_BY_ID | Partially updates an organization attribute using 'orgid' and 'attributeid', allowing modification of its name, slug, type, or enabled status; changing the 'type' may affect existing data. | orgId, attributeId |
CAL_PATCH_ORGANIZATION_ATTRIBUTE_OPTION | Partially updates a specific option for an organization's attribute, modifying its 'value' and/or 'slug'; at least one of 'value' or 'slug' must be provided. | orgId, attributeId, optionId |
CAL_PATCH_ORGANIZATION_USER_DETAILS | Partially updates details for a user that exists within the specified organization. | orgId, userId |
CAL_PATCH_TEAM_DETAILS_BY_ID | Updates specified details for an existing team identified by 'teamid'; unspecified fields remain unchanged. | teamId |
CAL_PATCH_WEBHOOK_EVENT_TYPE | Updates configuration (e.g., payload template, active status, url, triggers, secret) for an existing webhook tied to a specific event type. | webhookId, eventTypeId |
CAL_POST_CALENDAR_CREDENTIALS | Use to submit/update authentication credentials (passed in the request body) for an existing calendar, enabling cal to connect with external calendar services for synchronization. | calendar |
CAL_POST_CONFERENCING_APP_CONNECT | Connects or reconnects cal.com with a specified conferencing application to enable future virtual meeting scheduling, but does not itself create or schedule meetings. | app |
CAL_POST_NEW_BOOKING_REQUEST | Creates a new booking for an active event type, scheduling it for a specified start time (preferably in the future) with primary attendee details and optional customizations. | start, eventTypeId, attendee |
CAL_POST_ORG_ATTRIBUTE_OPTION_BY_USER | Assigns an existing attribute option (using 'attributeoptionid') or creates a new one (using 'value') for a user, linking it to a specified 'attributeid' which must already exist within the organization. | orgId, userId, attributeId |
CAL_POST_SELECTED_CALENDARS | Links a new external calendar or updates an existing link to one, enabling synchronization with the cal application by specifying the 'integration' provider, the calendar's 'externalid', and the 'credentialid'. | integration, externalId, credentialId |
CAL_POST_USER_TO_ORGANIZATION | Adds a new user to an existing organization (identified by 'orgid' in path), requiring user's 'email' and allowing extensive optional profile customization. | orgId, email |
CAL_POST_WEBHOOK_EVENT | Creates a new cal.com webhook subscription to send real-time notifications for specified calendar events to a publicly accessible subscriber url. | active, subscriberUrl, triggers |
CAL_REASSIGN_BOOKING_TO_ANOTHER_USER | Reassigns an existing, active booking to a specified, authorized user; does not notify participants of this change. | bookingUid, userId |
CAL_REASSIGN_BOOKING_WITH_UID | Reassigns the specified booking to a new team member, who is determined by the system rather than being specified in the request. | bookingUid |
CAL_REFRESH_OAUTH_TOKEN_FOR_CLIENT_ID | Refreshes an oauth access token for a specified 'clientid' and managed user using their 'refreshtoken', enabling continued api access when the current token is near or past expiry. | clientId, refreshToken |
CAL_RESCHEDULE_BOOKING_BY_UID | Reschedules an existing booking (identified by 'bookinguid') to a new time, provided the new slot's availability is confirmed beforehand; all other rescheduling parameters (e.g., new date, time) must be sent in the post request body, not via this action's dir… | bookingUid |
CAL_RESERVE_SLOT_FOR_EVENT | Temporarily reserves an available time slot for an existing and bookable event type, useful for high-demand slots to prevent double-bookings while the user completes the booking. | eventTypeId, slotUtcStartDate, slotUtcEndDate |
CAL_RETRIEVE_ATTRIBUTE_OPTIONS_FOR_ORG | Retrieves all available options for a specific attribute within a designated organization, requiring valid and associated 'orgid' and 'attributeid'. | orgId, attributeId |
CAL_RETRIEVE_BOOKING_DETAILS_BY_UID | Fetches comprehensive details for an existing booking, identified by its 'bookinguid'. | bookingUid |
CAL_RETRIEVE_CALENDAR_BUSY_TIMES | To find busy calendar slots for scheduling/conflict detection, call this with a valid 'credentialid', an 'externalid' accessible by it, and a recognized iana 'loggedinuserstz'; returns only busy intervals, not event details or free slots. | loggedInUsersTz, credentialId, externalId |
CAL_RETRIEVE_CALENDAR_LIST | Retrieves a list of all calendar summaries (no event details) associated with the authenticated user's account. | - |
CAL_RETRIEVE_CURRENT_TEAM_FOR_ORGANIZATION | Retrieves details of the team(s) for the currently authenticated user within the specified organization 'orgid'. | orgId |
CAL_RETRIEVE_DEFAULT_CONFERENCING_SETTINGS | Retrieves an account's or organization's read-only default conferencing settings in cal.com (e.g., video platform, meeting duration) to inform event creation or ensure consistency. | - |
CAL_RETRIEVE_EVENT_TYPE_BY_ID | Retrieves comprehensive details for a specific, existing cal.com event type using its unique id; this is a read-only action and does not return associated events or bookings. | eventTypeId |
CAL_RETRIEVE_MEMBERSHIP_FROM_ORGANIZATION | Retrieves detailed information about a specific membership within a particular organization. | orgId, membershipId |
CAL_RETRIEVE_MY_INFORMATION | Retrieves the authenticated user's core profile information (e.g., name, email, timezone); does not retrieve related data like calendar events or schedules. | - |
CAL_RETRIEVE_OAUTH_CLIENT_USER_BY_ID | Retrieves detailed information for an existing user specifically associated with an existing oauth client. | clientId, userId |
CAL_RETRIEVE_OAUTH_CLIENT_WEBHOOK_BY_ID | Retrieves a specific webhook using its 'webhookid' and the 'clientid' of its associated oauth client. | clientId, webhookId |
CAL_RETRIEVE_ORGANIZATION_ATTRIBUTES | Retrieves detailed attributes (e.g., configurations, settings, metadata) for an organization, identified by its 'orgid', which must correspond to an existing organization. | orgId |
CAL_RETRIEVE_ORGANIZATION_ATTRIBUTES_OPTIONS | Fetches all available attribute options for a specific user within a given organization, provided the organization and user exist and the user is part of the organization. | orgId, userId |
CAL_RETRIEVE_ORGANIZATION_WEBHOOKS_BY_ORG_ID | Retrieves a list of webhooks for an organization specified by 'orgid', supporting pagination; this is a read-only operation. | orgId |
CAL_RETRIEVE_ORGANIZATION_WEBHOOK_BY_ID | Retrieves detailed information, including configuration and status, for a specific webhook by its id ('webhookid') within a given organization ('orgid'). | webhookId, orgId |
CAL_RETRIEVE_PROVIDER_DETAILS | Retrieves detailed information for an existing provider in the cal scheduling system using their unique client id. | clientId |
CAL_RETRIEVE_SCHEDULES_LIST | Retrieves a comprehensive list of all schedules associated with the authenticated user's cal.com account or organization. | - |
CAL_RETRIEVE_TEAM_DETAILS_IN_ORGANIZATION | Retrieves a paginated list of teams and their details for a specific organization id; individual team member details or schedules are not included. | orgId |
CAL_RETRIEVE_TEAM_EVENT_TYPES | Retrieves event types for a team within the cal scheduling system; this action does not provide details on scheduled instances or member availability. | teamId |
CAL_RETRIEVE_TEAM_MEMBERSHIPS | Retrieves a list of memberships, detailing member roles and statuses, for an existing team specified by 'teamid', with support for pagination. | teamId |
CAL_RETRIEVE_TEAM_MEMBERSHIPS_FOR_ORGANIZATION | Retrieves all user memberships, including their roles and states, for a specific team within an organization. | orgId, teamId |
CAL_RETRIEVE_TEAM_MEMBERSHIP_BY_ID | Retrieves detailed information, including role and status, for a specific team membership using its id, for a given organization and team. | orgId, teamId, membershipId |
CAL_RETRIEVE_TEAM_MEMBERSHIP_DETAILS | Retrieves detailed attributes for a specific team membership by its id and the team id, such as member information, role, and status; does not list all team members. | teamId, membershipId |
CAL_RETRIEVE_USERS_IN_ORGANIZATION | Retrieves users associated with a specific organization id, excluding individual scheduling or calendar data; the 'orgid' must be a valid identifier for an existing organization. | orgId |
CAL_RETRIEVE_V2_CONFERENCING_INFO | Retrieves an authenticated cal user's or organization's video conferencing configurations, capabilities, and installed apps, useful for understanding options before scheduling or verifying setups; provider availability may vary by subscription or settings. | - |
CAL_RETRIEVE_WEBHOOKS_FOR_EVENT_TYPE | Retrieves a paginated list of webhooks (including urls, subscribed events, and status) for a specified, existing event type id, useful for auditing configurations or troubleshooting. | eventTypeId |
CAL_RETRIEVE_WEBHOOKS_LIST | Retrieves a paginated list of webhooks from the user's cal scheduling system account, which are used for real-time notifications on events like new bookings, cancellations, or updates. | - |
CAL_RETRIEVE_WEBHOOK_DETAILS_FOR_OAUTH_CLIENT | Retrieves a list of webhooks for a specific oauth client, supporting pagination. | clientId |
CAL_SAVE_CALENDAR_ENTRY | Saves or updates a calendar's settings using a get request, typically for data already on the server or simple updates via query parameters. | state, code, calendar |
CAL_SAVE_CALENDAR_ICS_FEEDS | Imports and saves one or more publicly accessible external icalendar (ics) feed urls into the cal.com calendar system. | urls |
CAL_SAVE_OAUTH_CREDENTIALS_VIA_GCAL_API | Completes the google calendar oauth 2.0 flow by exchanging the 'code' and 'state' (received from google's redirect after user consent) for access and refresh tokens. | state, code |
CAL_SAVE_STRIPE_DETAILS | Completes the stripe oauth flow by saving stripe details; call this when a user is redirected back from stripe with an authorization 'code' and 'state'. | state, code |
CAL_SET_DEFAULT_CONFERENCING_APP | Sets the specified, valid, and configured conferencing application as the default for new meetings for the authenticated user. | app |
CAL_UPDATE_DESTINATION_CALENDAR_INTEGRATION | Updates the destination calendar for syncing events, using 'integration' and 'externalid' (typically from '/calendars' endpoint). | integration, externalId |
CAL_UPDATE_OAUTH_CLIENT_USER_SETTINGS | Updates specified profile and scheduling preference fields for a user associated with an oauth client; 'defaultscheduleid', if provided, must be an existing, valid schedule for the user. | clientId, userId |
CAL_UPDATE_OAUTH_CLIENT_WEBHOOK | Updates specified properties of an existing webhook for an oauth client; omitted fields remain unchanged. | clientId, webhookId |
CAL_UPDATE_SCHEDULE_BY_ID | Updates an existing schedule by its id, allowing partial modification of properties; providing 'availability' or 'overrides' replaces them entirely. | scheduleId |
CAL_UPDATE_TEAM_INFORMATION_BY_ID | Updates an existing team's information by its id within a specified organization; the 'slug', if provided, must be unique within the organization. | orgId, teamId |
CAL_UPDATE_TEAM_MEMBERSHIP_BY_ID | Updates specified properties (e.g., acceptance status, role, impersonation settings) of an existing team membership, identified by 'teamid' and 'membershipid', supporting partial updates where only provided fields are modified. | teamId, membershipId |
CAL_UPDATE_TEAM_MEMBERSHIP_PROPERTIES | Updates attributes like acceptance status, role, or impersonation settings for an existing team membership; only provided fields are changed, and this action cannot create or delete memberships. | orgId, teamId, membershipId |
CAL_UPDATE_USER_PROFILE_DETAILS | Updates the profile information and preferences for the authenticated user, affecting only the fields provided in the request. | - |
CAL_UPDATE_USER_SCHEDULE_IN_ORGANIZATION | Modifies an existing schedule for a specified user within an organization by updating only the provided fields; the organization, user, and schedule must already exist. | orgId, userId, scheduleId |
CAL_UPDATE_WEBHOOK_BY_ID | Updates an existing cal.com webhook by its 'webhookid', allowing partial modification of its attributes; only explicitly provided fields will be changed. | webhookId |
CAL_UPDATE_WEBHOOK_FOR_ORGANIZATION | Use this action to modify settings of an already created webhook for an organization, such as its target url, active status, or the events that trigger it. | webhookId, orgId |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Cal!